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

[Feature] Add Historical Market Cap #6603

Merged
merged 14 commits into from
Aug 4, 2024
Merged

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • Historical market cap is a different way to look at performance.
    • Quick win add that can be populated with other providers later.
  2. What?:

    • New endpoint: obb.equity.historical_market_cap
    • New standard model.
    • One provider - FMP - others to follow later.
    • Multiple symbols allowed.
    • Chart included
  3. Impact:

    • More stuff and things to maintain.
  4. Testing Done:

    • One symbol, multiple symbols; start/end dates.
    • Chart
    • Unit/Integration
obb.equity.historical_market_cap("AAPL,msft,nvda", start_date="2024-01-01", chart=True).show()
Screenshot 2024-07-31 at 11 20 42 PM

@deeleeramone deeleeramone added enhancement Enhancement platform OpenBB Platform v4 PRs for v4 labels Aug 1, 2024
@IgorWounds IgorWounds added this pull request to the merge queue Aug 4, 2024
Merged via the queue into develop with commit 4500132 Aug 4, 2024
10 checks passed
@IgorWounds IgorWounds deleted the feature/historical-market-cap branch August 8, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking_change enhancement Enhancement platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants