History data is not available for these stocks

Hi Team !
I am not able to fetch the history data for following stocks(NSE)

+---------------+
| AADHARHFC     |
| AKUMS         |
| BHARTIHEXA    |
| EMCURE        |
| GODIGIT       |
| INDGN         |
| JYOTICNC      |
| MOTHERSON     |
| TBOTEK        |
+---------------+

Just an FYI

Hi @brijesh1in

I have reviewed some of the stocks you listed and was able to retrieve historical data successfully. Please find the details below:

  1. AADHAR HOUSING FINANCE LIMITED (Trading Symbol: AADHARHFC)
    Instrument key: NSE_EQ|INE883F01010
    Below is the cURL request to obtain historical data for this stock:
curl --location 'https://api.upstox.com/v2/historical-candle/NSE_EQ|INE883F01010/day/2024-11-03/2023-11-12' \
--header 'Accept: application/json' \
  1. AKUMS DRUGS AND PHARMACEUTICALS LIMITED (Trading Symbol: AKUMS)
    Instrument key: NSE_EQ|INE09XN01023
    Here is the cURL request for fetching historical data for this stock:
curl --location 'https://api.upstox.com/v2/historical-candle/NSE_EQ|INE09XN01023/day/2024-11-03/2023-11-12' \
--header 'Accept: application/json' \
  1. BHARTI HEXACOM LIMITED (Trading Symbol: BHARTIHEXA)
    Instrument key: NSE_EQ|INE343G01021
    Use the following cURL request to retrieve historical data for this stock:
curl --location 'https://api.upstox.com/v2/historical-candle/NSE_EQ|INE343G01021/day/2024-11-03/2023-11-12' \
--header 'Accept: application/json' \

For the other stocks you have listed please refer to our instrument json files.

As an observation, I noticed that the stocks you mentioned were listed this year. It’s possible that using older date ranges may be resulting in an empty response.

Thank you.