We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
EtoroAsset.SymbolFull
EtoroPosition.OpenDateTime
EtoroPosition.OpenRate
EtoroPosition.Amount / EtoroPosition.OpenRate
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
The text was updated successfully, but these errors were encountered:
Is there a way to export SELL (not SHORT) positions?
Sorry, something went wrong.
No branches or pull requests
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:
EtoroAsset.SymbolFull
EtoroPosition.OpenDateTime
EtoroPosition.OpenRate
EtoroPosition.Amount / EtoroPosition.OpenRate
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:
The text was updated successfully, but these errors were encountered: