It looks like you're new here. If you want to get involved, click one of these buttons!
https://api.kite.trade/mf/holdings
https://api.kite.trade/mf/holdings/{tradingsymbol}
{
"status": "success",
"data": []
}
And holding which are there for less than a year, I am getting the correct response.
/mf/holdings
endpoint doesn't give details specific to a holding, like I want to know the transaction history of a mutual fund, so/mf/holdings
endpoint won't give me that, where ashttps://api.kite.trade/mf/holdings/{tradingsymbol}
was giving that but it was giving empty response for few funds which I suspect are older than a year.So if the endpoint
https://api.kite.trade/mf/holdings/{tradingsymbol}
isn't official, then can you please suggest an endpoint which has the same behaviour.