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 EIA Daily Spot Prices Data via FRED #6677

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • To start building within the commodity module.
    • Quick win by curating some FRED series IDs.
  2. What?:

    • New endpoint: obb.commodity.spot_prices
    • Adds daily time series data from the EIA spot prices API via FRED, and includes the metadata.
      • The list of commodities is fixed, added "commodity" as a provider parameter to allow variations between providers (future). Choices are:
        • "wti",
        • "brent",
        • "natural_gas",
        • "jet_fuel",
        • "propane",
        • "heating_oil",
        • "diesel_gulf_coast",
        • "diesel_ny_harbor",
        • "diesel_la",
        • "gasoline_ny_harbor",
        • "gasoline_gulf_coast",
        • "rbob",
        • "all"
    • The lbma_fixing endpoint from Nasdaq DataLink appears to be dead, commented out the fetcher and skipped those tests.
  3. Impact:

    • openbb-commodity will populate with a function without installing any extras.
  4. Testing Done:

    • Integration/unit

image

@deeleeramone deeleeramone added enhancement Enhancement platform OpenBB Platform labels Sep 18, 2024
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.

1 participant