Just wondering whether there is any update on how to calculate the total Net deposits for a given Pie (I know Pie endpoints are deprecated), but while theyāre still there I am using them.
I have tried to work out how it is calculated but I donāt know how it is actually calculated on the website UI, doesnāt match any of the existing API endpoints data points.
Hope T212 team planning to add api support to SIPP soon
Can I get this with slightly more fine grained API Key permissions? Like seperated permission for buy and sell orders? I might be fine with someone spending my cash balance in my account, but selling my whole portfolio and triggering a tax event would be quite catastrophic.
I second that. Itās worrying putting your full investing trust in Claude or OpenAI.
Why not allow API access to the SIPP account?
I have reporting scripts that run against the Invest account via API Key. I kind of expected the same scripts to run against the SIPP account, using a new API Key and maybe change the endpoint.
But the āsupportā Chat Bot tells me the API is not supported for SIPP and of course cannot tell why, cannot say if it is a planned feature, cannot add to feature suggestions, etc.. Poor bot.
In the future will you be able to access all ticker prices through API not just portfolio ticker prices?
It would be great if the API were expanded to include all/any data that T212 displays on its webapp, e.g, asset price, financial metrics, news etc.
Well, SIPPs were only recently implemented, so I imagine the API hasnāt been updated yet to support them. Itās probably just a matter of time.
Iām new to T212 and this very long thread. I opened a stocks ISA to trade US equities, ideally via the API. Iām pretty sure my new account is in GBP. Having now read the API limitation "Orders can be executed only in the primary account currency", does this mean that I canāt trade US stocks with my account via the API, or that I can place orders in GBP and have to pay a FX fee on each order?
Yeah, you can trade US stocks via API you pay FX fee
Hi,
I have a small python code using the API to get the total value of my stock every day at 7pm. Just that one number that python then posts on the dashboard of my smart home system.
It was working fine until yesterday, but python now cannot get the number and reports a 401 errorāunauthorized access or incorrect URL. I did not change the URL nor did I generate new keys. It seems that the problem is at T212ās end?