I’m looking to plot a chart of NSE (National Stock Exchange of India) data. To do this, I need historical data in a format like JSON or CSV. The data should include timestamp-value pairs, similar to what’s displayed on the NSE website.
Specifically, I want to fetch data for the entire day, even if I query it at a later time (e.g., 1 PM). Is there a way to get this data in JSON or CSV format from the NSE website or any other reliable source?
I’ve seen similar data on (link unavailable), but I couldn’t find a direct downloadable CSV link or JSON API. Any help would be appreciated!