Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved to Project: Manually track US-based securities #752

Closed
4 tasks
Shpigford opened this issue May 15, 2024 · 3 comments
Closed
4 tasks

Moved to Project: Manually track US-based securities #752

Shpigford opened this issue May 15, 2024 · 3 comments
Labels
🖌️ Needs Design Waiting on design assets 🚀 Feature

Comments

@Shpigford
Copy link
Member

Shpigford commented May 15, 2024

We currently allow you to track "Investment" accounts on a high-level "value of the account" basis.

This project is to add functionality to track that value based on real-time market data automatically.

It will currently be scoped to US-based securities (stocks + ETFs).

Scope

  • Instead of "Transactions," it should be "Holdings," where you'll explicitly pick a security and add the quantity, date and cost-basis
  • Will use Polygon.io for data sourcing
  • Should update periodically (once per day for self-hosters)
  • UI/UX for changing amount of a holding. Needs to account for cost-basis.
@Shpigford Shpigford added 🚀 Feature 🖌️ Needs Design Waiting on design assets labels May 15, 2024
@vanalmsick
Copy link

vanalmsick commented May 19, 2024

As I recently also started to work on a similar self-hosted personal finance tool, I compared data sources that provide rich comprehensive data but are also affordable.

I'd suggest to replace Polygon.io with FinancialModelingPrep.com because:

  • Polygon.io does not have index constituent data - thus look-though analysis about largest underliers / countries / industries is not possible
  • pricing is similar
  • FMP also has European/International data
  • FMP has way more comprehensive data (e.g. company fundamental data, economic data, ESG data etc.) which might be very useful further down the line for risk management / portfolio optimisation tools

https://site.financialmodelingprep.com/developer/docs

I am also happy to contribute - just let me know on which component / feature I can help best 😄 👍

@zachgoll
Copy link
Collaborator

@vanalmsick thanks for the suggestion, I will look into it! Long term I think we'll allow the self-hoster to choose their own data provider for this, so this initial build will be more about building the infrastructure to support that.

@zachgoll
Copy link
Collaborator

I'm going to close this issue out as I've scoped the deliverables to the "Portfolio Management" project linked below:

https://github.com/orgs/maybe-finance/projects/16

@zachgoll zachgoll closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
@zachgoll zachgoll changed the title Manually track US-based securities Moved to Project: Manually track US-based securities May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖌️ Needs Design Waiting on design assets 🚀 Feature
Projects
Archived in project
Development

No branches or pull requests

3 participants