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 unable to fetch quotes for 1000 tickers as claimed. I am able to fetch not more than 700 in an API call.
Also, I have observed that the master_data downloaded doesn't have the nearest expiry for the futures.
When I fetch quotes, the response consists of a token number only it doesn't provide any info on the symbol name in it, if you could add that in your model then it would be good.
The text was updated successfully, but these errors were encountered:
Hey Avinash,
The quote api returns data for symbols if data is available for the symbol. If data has not been returned for the symbol, it should be assumed that the LTP for the symbol is 0.
If however you are observing that prices are not being returned for symbols which have trades in the current trading day, please post that specific symbol here and we will take a look.
We purposefully dont provide symbol info because it will make the json payload too huge. That overloads the system and network calls and end users might start observing timeouts. You should instead have the symbol data with yourself in a local db/memory for lookup and match the token received from quotes api.
I am unable to fetch quotes for 1000 tickers as claimed. I am able to fetch not more than 700 in an API call.
Also, I have observed that the master_data downloaded doesn't have the nearest expiry for the futures.
When I fetch quotes, the response consists of a token number only it doesn't provide any info on the symbol name in it, if you could add that in your model then it would be good.
The text was updated successfully, but these errors were encountered: