[Feature] Add support for Trading 212 ISA Account sync #1113

Closed
opened 2026-02-28 19:32:23 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Monicon-X100F on GitHub (May 23, 2024).

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

Currently I manually update the value of my ISA (kind of like a UK version of a Roth IRA) once a month. Its a bit tedious and due to the account being comprised of stocks and funds its value fluctuates up and down. This means if I'm lazy and don't update it for a while the value in Actual quickly goes out of aligment,

Describe your ideal solution to this problem

T212 provides a public API that can be called to return data about your account, namely a historical list of transactions.

Ideally this API could be called to update Acutal with list of investments in the ISA and their current value.

T212 Documentation

Public API documentation

Public API Terms

Teaching and learning

T212 allready has quite nice documentation explaining how to generate your API key, so linking to it with some guidance on how to link the account to Actual using the API key would be enough to get the majority of users up to speed.

T212 Documentation

How can I generate an API key?

Originally created by @Monicon-X100F on GitHub (May 23, 2024). ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [ ] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? Currently I manually update the value of my ISA (kind of like a UK version of a Roth IRA) once a month. Its a bit tedious and due to the account being comprised of stocks and funds its value fluctuates up and down. This means if I'm lazy and don't update it for a while the value in Actual quickly goes out of aligment, ### Describe your ideal solution to this problem T212 provides a public API that can be called to return data about your account, namely a historical list of transactions. Ideally this API could be called to update Acutal with list of investments in the ISA and their current value. ### T212 Documentation [Public API documentation](https://t212public-api-docs.redoc.ly/#operation/update) [Public API Terms](https://www.trading212.com/legal-documentation/API-Terms_EN.pdf) ### Teaching and learning T212 allready has quite nice documentation explaining how to generate your API key, so linking to it with some guidance on how to link the account to Actual using the API key would be enough to get the majority of users up to speed. ### T212 Documentation [How can I generate an API key? ](https://helpcentre.trading212.com/hc/en-us/articles/14584770928157-How-can-I-generate-an-API-key)
GiteaMirror added the needs votesfeature labels 2026-02-28 19:32:23 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (May 23, 2024):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (May 23, 2024): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1113