You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also getting empty json strings with the majority of the ISIN from my portfolio.
I managed to get data from ISIN with the prefix "DE", while the ISIN that returned no information are ISIN's that is prefixed with "IE".
Is this a general problem with ISIN that other than DE's ?
For context, I was playing around with isinDownloader.py and got the results that @Gustry posted.
This has apparently to do with the typeId. Any items that does not have the typeId stock will return an empty response.
I managed to get the details of all of the ISIN that is in my portfolio by using a query of type instrument. This is used in the function derivative_details in api.py.
This is the response that I got for an item that returned an empty response before.
Maybe, we could first query the instrument and check it's typeId before making a second query for it's stockDetails?
Hi,
I'm trying this library but I'm not able to download any company names.
This example was given in the README.md. Same result if I give my own
myPortfolio.json
. It's allNone
.I'm trying to translate the readme from german to english to see if there is some known issues.
Is-there a change on TR side ?
The text was updated successfully, but these errors were encountered: