It looks like you're new here. If you want to get involved, click one of these buttons!

curl --location --request GET 'https://api.kite.trade/instruments/historical/10510594/5minute?from=2020-12-24+09:15:00&to=2020-12-24+09:15:00' \
--header 'X-Kite-Version: 3' \
--header 'Authorization: token apikey:apitoken' \
Result:
{
    "status": "success",
    "data": {
        "candles": [
            [
                "2020-12-24T09:15:00+0530",
                377.95,
                399.8,
                363.25,
                397.9,
                31475
            ]
        ]
    }
}
Issue:High Price is not matched with Web Client and API Client
toandfroshould be:5minute?from=2020-12-24+09:15:00&to=2020-12-24+09:19:59'You can go through this thread to know more.