Skip to content
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

Export positions as Yahoo Finance portfolio #33

Open
mortenscheel opened this issue Feb 21, 2021 · 0 comments
Open

Export positions as Yahoo Finance portfolio #33

mortenscheel opened this issue Feb 21, 2021 · 0 comments

Comments

@mortenscheel
Copy link
Contributor

I found out it's pretty easy to generate a csv file from my eToro positions and import it in Yahoo Finance.

The csv structure is pretty simple:

Column name Data from Note
Symbol EtoroAsset.SymbolFull To upper case
Trade Date EtoroPosition.OpenDateTime YYYYMMDD format
Purchase Price EtoroPosition.OpenRate
Quantity EtoroPosition.Amount / EtoroPosition.OpenRate Amount of shares
Comment Optional

I would send a PR, but I don't know the best way to add Symbol to EtoroPosition.
The response should probably have these headers:

Content-Type: text/csv
Content-Disposition: attachment;filename=portfolio.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant