Fields missing in the kite java SDK responses

yogeshs
Hi team,
I am building an personal application using your APIs. Goal is to have everything at one place and easy to manage and monitor.
I came across that all fields that we see on kite web is not there in kite API responses. Example: pledged quantity for stocks and mf is missing, pnl for mutual fund is missing (this is still ok as we can fetch the latest nav from third party and compute pnl. But details like pledged quantity and all is with you only.

Can we expect these api to return all necessary data ?
  • sujith
    You may use the field collateral_quantity to track the pledged quantity.
  • yogeshs
    Yes sure. This will help for stocks. But this field is missing in mutual funds. Leaving completely unaware on how much quantity for mutual funds is pledge and how much is available
  • yogeshs
    If possible, please add the collateral info for mutual funds as well.
  • sujith
    There is a field called pledged_quantity in mutual funds holdings. You may use that. I think it is not parsed in javakiteconnect, we will include it in future releases.
Sign In or Register to comment.