Incorrect historical data in fyers api v2

For queries like the following,

/data-rest/v2/history/?symbol=NSE%3ABANKNIFTY2230339500PE&resolution=1&date_format=1&range_from=2021-11-24&range_to=2022-03-03&cont_flag=0

 

Some output candles have data such as

where the "high" values are lower than "open" i.e. not the highest.

 

Or candle data such as

where the "open" and "high" values are 0 but others are not.

 

Or candle data such as

where the "low" values are not the lowest.

 

All of which are invalid cases. What am I missing here?

 

Based my inference on the documentation which mentions:

Candles data containing array of following data for particular time stamp:
1.Current epoch time
2. Open Value
3.Highest Value
4.Lowest Value
5.Close Value
6.Total traded quantity (volume)

1
19 replies