Mutual fund SIP API does not return SIP date

yogeshs
Hi team,
Your mutual SIP API returns the next_instalment date, I am considering this is SIP date.
https://kite.trade/docs/connect/v3/mutual-funds/#retrieving-all-sips

Sample response:
{
"status": "ACTIVE",
"sip_reg_num": null,
"created": "2021-05-05 05:56:27",
"dividend_type": "idcw",
"instalment_amount": 500.0,
"fund": "Aditya Birla Sun Life Liquid Fund - Direct Plan",
"instalments": -1,
"next_instalment": "2021-05-12",
"transaction_type": "BUY",
"trigger_price": 0,
"step_up": {
"05-05": 10
},
"tradingsymbol": "INF209K01VD7",
"tag": "coiniossip",
"frequency": "weekly",
"last_instalment": "2021-05-05 05:56:27",
"pending_instalments": -1,
"instalment_day": 0,
"sip_type": "sip",
"completed_instalments": 0,
"sip_id": "892741486820670"
},

But your Java Client API does not contain this date in the response. Kindly consider this in the next release, and include all possible values.

Thank you.
  • sujith
    @yogeshs, Thank you for pointing out. We will include in the next release.
  • yogeshs
    Sure.
    @sujith just want to know if I can somewhere see the upcoming release tentative dates ?
    As now personal api is free, it is possible that many ppl will start using api to manage their portfolios. It will be very good if the release informations can be published.
Sign In or Register to comment.