[new] REST API for Portfolio Performance
See original GitHub issueFirst experimental daft of a REST API for Portfolio Performance.
If you want to test it:
- Build the branch
- Open the preferences, enable the web server and, optionally, set a token (otherwise a new one is created upon next restart)
- For now, only one endpoint is implement:
http://localhost:5712/api/v0/transactions
To request data:
- Set
X-PP-TOKEN
with the token from the preferences - Set
X-PP-FILE
with the full path of a file currently open in PP (for now, it only works against files which are actually open)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:28
- Comments:9
Top Results From Across the Web
REST API for Oracle Project Portfolio Management Cloud
The Periodic Project Performance resource is used to view summarized data including project costs, commitments, budgets, forecasts, revenue, and invoice amounts ...
Read more >AWS Marketplace: Portfolio Analysis API
Use this API to understand how your decisions affected the performance of your portfolio, decompose risk, classify your funds, and compare your returns...
Read more >Portfolios | Coinbase Help
Download reports broken down by portfolio. Create and disable API keys for each portfolio. Implement production-level testing of new strategies.
Read more >PA Engine API - FactSet Developer Portal
FactSet's PA Engine API is a modern, flexible, REST API that enables users to access the power of FactSet's world-class Portfolio Analytics suite....
Read more >Portfolio and Standard Bidding Strategies | Google Ads API
The API supports creating both types of strategies. Portfolio bidding strategies are created as standalone objects in an account, whereas standard ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Wow, so are you going through with this? Full api for read/write?
This will be killer, I’m thinking run the server (app) in docker and the community can create a modern web UI.
@buchen Are there plans to expose full functionality as APIs? Certainly would be nice to expose them as endpoints (add/edit/delete security/account etc). I’d love to be able to host this on a raspberry pi or something and access it from any computer at home and/or my phone. At the moment it’s not easy to sync this stuff across devices. This combined with headless mode (#1411) and a DB (#2216) would be great.