Iām in the same boat. IBKRs API authentication makes me want to turn around and run before Iāve even started
Any chance of adding endpoints to pull lists? watchlists, upcoming earnings⦠etc?
Did yo uget an answer to this ?
I get passed back a reportId, but donāt know what to do with the reportId to get the contents of the report.
I can see how to get total pie cash amount using account level API Fetch account cash.
But I want to see pie cash for each pie, it doesnāt seem to be part of the pie details that you can retrieve with Pie level API Fetch a pie.
I canāt find how to get the pie cash using the API. Anyone know?
You can try calling this endpoint, and it should include the pie cash.
You are totally right, there it is. Not sure how I missed that. Thanks very much!
Hi @KrisG @Veselin.V @Momchil.G @Bogi.H ,
Any updates on when this is expected to go live? Do you know when you will start working on this project again? or did you already start? we really would appreciate any updates at all please.
Thanks
@Tanbir, sorry to disappoint you, but API development is not planned for this year. Our current focus is on delivering other features and functionalities.
Hello @Bogi.H , is it possible that T212 let us know what features are planed for the near future?
It would be great, when T212, publish her roadmap!!!
Introducing SIPP accounts is a significant focus for us right now.
@Bogi.H thanks for replying mate. Appreciate all the hard work anyways. Brilliant platform. If you could please allocate some resources in this project next year, that would be amazing. All the best with this yearās focus.
There is an error in /api/v0/equity/history/orders API.
I sold 24.574117 shares, but order was seperated into 4 subtransactions.
However API is returning orderQuantity same as filledQuantity. So it appears I sold 24.574117 * 4.
When I look at the app, I see 4 different filledQuantities
{ "type": "MARKET", "id": 37800596969, "fillId": 37800596973, "parentOrder": 37800596969, "ticker": "ES6Yd_EQ", "orderedQuantity": -24.5741170000, "filledQuantity": -24.5741170000, "limitPrice": null, "stopPrice": null, "timeValidity": null, "orderedValue": null, "filledValue": null, "executor": "ANDROID", "dateModified": "2025-08-26T08:44:22.000Z", "dateExecuted": null, "dateCreated": "2025-08-26T08:41:59.000Z", "fillResult": null, "fillPrice": 14.2840000000, "fillCost": null, "taxes": [], "fillType": "TOTV", "status": "FILLED" }, { "type": "MARKET", "id": 37800596969, "fillId": 37800596971, "parentOrder": 37800596969, "ticker": "ES6Yd_EQ", "orderedQuantity": -24.5741170000, "filledQuantity": -24.5741170000, "limitPrice": null, "stopPrice": null, "timeValidity": null, "orderedValue": null, "filledValue": null, "executor": "ANDROID", "dateModified": "2025-08-26T08:44:22.000Z", "dateExecuted": null, "dateCreated": "2025-08-26T08:41:59.000Z", "fillResult": null, "fillPrice": 14.2820000000, "fillCost": null, "taxes": [], "fillType": "TOTV", "status": "FILLED" }
Welcome to the Community, @marko12 ![]()
I checked this with the team, and itās a known issue that was fixed earlier this week. In case this happened the prior week, can you please let me know if the same happens the next time you sell shares? If the error occured this week, please send me a DM instead, and Iāll make sure this is looked into again ![]()
I have noticed the same issue, and it would be great if this could be fixed otherwise holdings cannot be calculated.
Hey @aniskywalker @DavidJ @DonYin @fm0 @verglor @KevinLevin @lauka @Ludek - thanks for all your feedback and for being part of the beta!
Since all of you had asked about placing orders on live accounts, I just wanted to let you know that this is now possible via the API. Iāve published a separate topic with the details, but sharing this here too in case you missed it!
Is there any explanation what the response fields mean?
{
āfreeā: 0.02,
ātotalā: 19182.43,
āpplā: 1207.24,
āresultā: 660.84,
āinvestedā: 17959.38,
āpieCashā: 15.79,
āblockedā: 0.0
}
Some are probably guessable like Free, Total, PieCash.
Some are not obvious like PPL, Result and Blocked.
You can check the docs for Get Account Cash Balance . Iāve seen explanations there
I dont think the description for pieCash Is correct
It doesnāt match the responses I get from the API on my account
And it doesnāt really make sense since the description doesnāt really match the attribute name
Itās the sum of the cash inside of all pies that is not yet invested.
Doc. updated ![]()
Finally T212 fixed a pagination issue for order history endpoint. Thanks a lot!