vsjha18 / nsetools

Realtime Data From National Stock Exchange (India)
http://nsetools.readthedocs.io
MIT License
817 stars 422 forks source link

Data Inaccuracy #137

Open rexdivakar opened 2 years ago

rexdivakar commented 2 years ago

Initially when i pulled for last traded price i noticed that there is a mismatch in the price listed with the same stock name on screener.io site, can someone please help me understand the difference ?

API fetched using nsetools

TATASTEEL is currently trading at 105.44

image

Darknez07 commented 2 years ago

Well seems right, Because it might occur delay.

rexdivakar commented 2 years ago

Thats totally acceptable in realtime split second scenarios but I noticed the weird data innacuracy scenario while i was checking for top_losers() and top_gainers() which is very lagging and innacurate to track on. Do we have any API fix for this ? @Darknez07

Darknez07 commented 2 years ago

I think we would require to delay the interval of gainers and losers

rexdivakar commented 2 years ago

well i'm not sure cox the nse dashboard shows the right details while the API we used to fetch pulls in innacurate data, trying to find the good API's for better accuracy in data