Un-reliable data
-
@admin I tried to use few functionality of the API but to my surprise, the data that it return is totally wrong.
Example. getLTP("NSE", "INDUSTOWER-BL","29138") returns
{"high":200.2,"low":200.2,"tradingsymbol":"INDUSTOWER-BL","ltp":200.2,"exchange":"NSE","close":200.2,"symboltoken":"29138","open":200.2}However, as per NSE website(As on Sep 30, 2022 16:00:00 IST ), the values are
Open - 185.35
High - 199.35
Low - 185.35
Close -197.45Why wrong data is returned? the whole trading is dependent on the data and I can't see the reliability of the data. I am very much afraid to use the API if the whole purpose of the API is not fulfilled.