missing data and uncorrect historical data


  • Again I have Fetch data of HCL Tech to get 1 min data from 2021-01-14 09:15 to 2021-02-13 15:30.
    There are some data is missing and When I compared with my previous 1 min data it is mismatching in that, Does it mean the data which angle one provides is not correct??
    this is angle one data missing and wrong
    2021-01-19T09:45:00+05:30,987.9,988.5,987.5,987.8,11499
    2021-01-19T09:46:00+05:30,987.75,988.0,987.75,987.9,5091
    2021-01-19T09:57:00+05:30,983.1,985.0,983.1,984.5,334812
    2021-01-19T09:58:00+05:30,984.45,984.5,983.65,984.15,27440
    This is previous data which is correct!!
    2021-01-19 09:45:00,988.0,988.5,987.5,987.8,11499
    2021-01-19 09:46:00,987.8,988.5,987.75,988.5,11080
    2021-01-19 09:47:00,988.5,988.5,987.2,988.3,11263
    2021-01-19 09:48:00,988.3,989.85,988.05,989.0,18393
    2021-01-19 09:49:00,989.0,989.65,988.85,989.0,18632
    2021-01-19 09:50:00,989.2,990.0,988.35,988.35,30341
    2021-01-19 09:51:00,988.65,988.65,986.85,988.0,45528
    2021-01-19 09:52:00,988.2,988.55,985.0,985.0,64633
    2021-01-19 09:53:00,985.1,985.55,983.45,984.2,63470
    2021-01-19 09:54:00,984.7,985.9,984.2,985.5,24817
    2021-01-19 09:55:00,985.5,986.1,984.05,985.0,22891
    2021-01-19 09:56:00,985.0,985.1,984.2,985.0,12408
    2021-01-19 09:57:00,984.75,985.0,984.3,984.5,16447
    2021-01-19 09:58:00,984.45,984.5,983.6,984.15,27440

    So should we not Trust AngleOne historical Data??


  • @sujeetboran It is always recommended to verify the candle interval before saving in database or csv. You can try fetching data in batches and then can verify each batch before saving. In case of missing OHLCV, you can try to re-fetch the complete batch. Verification may add delay in processing but is always worth it.