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
Thanks for reporting this @hamzaahmedzia1, I'm still fixing some things as you can check at #27, but I'll tackle this next, as you're right! Also I'll try to extend the unit tests, as I didn't have much time to do those...
Also, FYI same thing happens with the type param, as the one provided in the results is not matching the one actually used for the filtering, so I had to manually check those and add those as Literal. So I'll try to do the same for the exchanges, and also create a Literal with all the possible values.
Some days ago I got into this too. What I have found out is that the https://tvc4.investing.com/ search request does not use the exchange names as we are used too. Here are some examples:
Thanks @joao-pm-santos96, that's why I'm trying to do to retrieve all the exchange names manually, but that takes some time, probably for the next release! 🤗
Searching for a stock in Indian Bombay Stock Exchange BSE like below
returns empty list
[]
Searching for a stock in Indian National Stock Exchange NSE like below
returns empty list
[]
However searching without providing any exchange parameter like following
returns 2 elements although the limit parameter is set to 1
Even more confusing is when limit is increased as in the following
3 results are returned
Does anyone know the significance of _p preferred? Should I search BSE history in normal or preferred?
Attention Needed
The text was updated successfully, but these errors were encountered: