Issue in the Crude Oil Mini API data.

Hi Team,

Symbol : MCX:CRUDEOILM24FEBFUT

Time Frame : 1 hour

Date range : 30 days

when I use the historic data API with the above details, then I do not get the correct data. in the API response, we get mixed data of MCX:CRUDEOILM24FEBFUT and MCX:CRUDEOILM24JANFUT Series. For example, till the 19.01.24 date in the API response, it give the MCX:CRUDEOILM24JANFUT data. so please correct it.

Hey @8vtBs3y9S8

Could you please check the parameters entered , as i’m getting the right data for same symbols mentioned.

Sample JSONwith parameters :
{

“symbol”:“MCX:CRUDEOILM24FEBFUT”,

"resolution":"60",

"date_format":"1",

"range_from":"2023-12-19",

"range_to": "2024-01-23",

"cont_flag":"1"

}

sample response :
here from row number 338 belongs to : 22.01.24 5:00 PM and so on.

please check data from row number 323 to 337 data (Column b = Timestamp) which is belongs to the 19.01.24.

Hi Abhishek,

Any update ?