OI data not available in historical data api. Do you have plan to add it in the future?

Open Interest data is not available in the “/chart/history” endpoint for FNO symbols.
Please add them as it is important data for trading. Without OI, historical data is meaningless for FNO.

1 Like

In historical data we are not providing OI data.

kindly follow the below link for live OI data

The provided link is not relevant to the question.

Alice Blue has an endpoint to fetch historical minutely data, in the response only OHLCV is received, it misses the oi value for each minute.

example of current response:
[{
“volume”: 773841.0,
“high”: 3789.0,
“low”: 3637.0,
“time”: “2022-09-21 10:20:00”,
“close”: 3765.65,
“open”: 3646.0
},]

My request is to include the OI value for every minute in the response for FNO contracts.

example of an expected response:
[{
“oi”: 156783445,
“volume”: 773841.0,
“high”: 3789.0,
“low”: 3637.0,
“time”: “2022-09-21 10:20:00”,
“close”: 3765.65,
“open”: 3646.0
},]

Thank you

1 Like

At least start provide live OI data if not historical.

Kindly log in https://1lyoptions.com/ here with your Ant credentials for live OI data.

OpenInterest function is not shoiwng any data. This is just returning “None”.

Please advise how to get real time OI (Open Interest) ?