Skip to content
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

Unable to fetch quotes for 1000 tickers as claimed. #3

Open
avinash-br opened this issue Jul 1, 2023 · 2 comments
Open

Unable to fetch quotes for 1000 tickers as claimed. #3

avinash-br opened this issue Jul 1, 2023 · 2 comments

Comments

@avinash-br
Copy link

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.

@brisingr123
Copy link
Contributor

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.

@brisingr123
Copy link
Contributor

I'm deeply sorry that it took 4 months for us to reply. no excuses. it was a miss from our side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants