-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
eToro converter - transactions with same Details
not counted?
#29
Comments
When I take the main source code and run
Which configuration did you try to run the tool with? |
Interesting.. I was using the 0.4.1-beta.
|
Sometimes Yahoo Finance times you out for a bit. Usually within 15 minutes you will be able to try again. I have been working on a caching mechanism for a bit (see #22 ) that caches symbols so you dont have to ping Yahoo Finance every time. |
It looks like another error pops up:
Is it in the 0.5.0-beta docker img by chance? Thanks! |
The error doesn’t ring a bell. The only thing that comes to mind is yahoo finance not being available (since the response looks to be html). Can you maybe try again? Will think about some error handling regarding Yahoo finance in the future..
It is 🙂 |
0.5.0-beta works like a charm! I noticed one error in the conversion though. |
Great to hear!!
Gotcha, will fix that as part of 0.5.0! |
I have just pushed the fix for unit price calculations! When you pull the latest 0.5.0-beta image you'll be able to check it out! |
Hi!
I am trying to convert my January transactions and there are multiple transactions (with the same name) which are happening. It looks like the converter only took in consideration the first of the list and then it jumps to the next one which has a different value in the
Details
field.In the example below it will only count the first NXPI/USD dividend and the first OLED/USD position closed.
Thanks! for checking this out!
The text was updated successfully, but these errors were encountered: