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] Options Chains From YFinance #6468

Merged
merged 5 commits into from
May 27, 2024

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • Adds a free source to the derivatives.options.chains endpoint with just the core providers.
  2. What? (1-3 sentences or a bullet point list):

    • obb.derivatives.options.chains(provider="yfinance")
    • Key data related to the underlying symbol is returned to extra["results_metadata"]. This info can be used as inputs for Greeks calculations, among other things.
  3. Impact:

    • No changes to standard models or router components.

    • Better data coverage out-of-the-box.

  4. Testing Done:

    • Unit/integration tests.

    • obb.derivatives.options.chains("^SPX", provider="yfinance")

Screenshot 2024-05-25 at 1 29 05 PM

@deeleeramone deeleeramone added enhancement Enhancement platform OpenBB Platform labels May 25, 2024
@github-actions github-actions bot added the v4 PRs for v4 label May 25, 2024
@IgorWounds IgorWounds enabled auto-merge May 27, 2024 09:21
@IgorWounds IgorWounds added this pull request to the merge queue May 27, 2024
Merged via the queue into develop with commit af6fa04 May 27, 2024
9 checks passed
@IgorWounds IgorWounds deleted the feature/yfinance-options-chains branch May 27, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants