Python Data api and live market data

I want to use all the features of the data API, like historical data, intraday data, and live market tick data, all using Python.
I have 3 questions:

  1. Can all of these requirements be fulfilled by single Rs. 499 api fee, or I have to separately subscribe for live market data?
  2. If I want to fetch 1-minute candle data for any stock from last week, how do I do that?
  3. From where can I find a list of all the stocks and their unique IDs for data fetching and placing orders?

Hello @Abhishek_Rodwal

Welcome to Dhan Community!

  1. Yes. Charges of ₹499 is only for Data API (which includes Historical Data, Intraday Data and Live Market Data)
  2. We only have 1 minute OHLC data for the current day
  3. You can refer to security ID list, link for which is available on documentation - here.
1 Like

Thanks for the information.

1 Like

@Hardik , any frequency interval, when this csv file will be updated?

Because if its a webpage with update/version tracking for the csv, it would be better to keep track i feel.

1 Like

Hello @TraderX

Yes, this is updated every morning as we receive file from exchange, around 08.00 AM. You can fetch the file around the same time as well.

1 Like