-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add eToro converter (and some other improvements) #28
Conversation
@semiBE Here is a first draft of an Etoro converter. The example you provided in #25 is processed correctly. Can you verify if the data is correct and if there are any other issues? Whenever you are satisfied with it, can you provide me with instructions how to export data from Etoro (and convert xsls to CSV) so I can add it to the readme in the repository? Thanks!! |
For eToro you need to select the "Portfolio" section on the left then go to the top of the page where you see "My Portfolio" and click on the arrow facing down and select "History" then you click on the icon on the extreme right which looks like 3 vertical bars and a wheel on top (no clue about the meaning). There you select "Account statement". In the next page you choose the dates of interest and click create. In the next page you click on the xlsx icon on the top right to download the xlsx file. Afterwards you delete all the tabs from the file but the "Account Activity" and convert the file to a comma separated values file (.csv) |
I tested with the sample file and it looks like it's recognized somewhat differently than eToro. Here the log:
|
Did you try it with the Docker image? Because I have not published a new version of the image yet that has eToro support. So that would explain why it has run with Schwab. Currently you can only run it locally. |
…f/Export-To-Ghostfolio into feature/Etoro-Converter
…f/Import-To-Ghostfolio into feature/Etoro-Converter
Fixes request from #25 |
Indeed I tested it in Docker, I`ll check the beta image! |
Added
Fixes