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 yfinance To equity.screener #6949

Merged
merged 7 commits into from
Nov 25, 2024

Conversation

deeleeramone
Copy link
Contributor

@deeleeramone deeleeramone commented Nov 18, 2024

  1. Why?:

    • How to find stocks from India with OpenBB.
  2. What?:

    • Adds some basic screening (about the same as FMP's functionality) to the openbb-yfinance provider.
      • Global stocks coverage
      • Filters for:
        • country - 2-letter ISO country code.
        • exchange - 3-letter code that might be the same as FMP's?
          • Future project would be to standardize the exchanges so all providers use ISO MIC codes.
        • sector - GICS sector classifications.
        • industry - as well as some "Industry Groups".
        • mktcap min/max
        • price min/max
        • volume min/max
        • beta min/max
  3. Impact:

    • Adds coverage to the screener endpoint.
  4. Testing Done:

    • Unit/integration
Screenshot 2024-11-17 at 8 23 48 PM

How to find stocks from India:

obb.equity.screener(provider="yfinance", country="in", volume_min=1, limit=0).to_df()

Screenshot 2024-11-17 at 8 36 33 PM

@deeleeramone deeleeramone added enhancement Enhancement platform OpenBB Platform v4 PRs for v4 labels Nov 18, 2024
@deeleeramone deeleeramone added this pull request to the merge queue Nov 25, 2024
Merged via the queue into develop with commit 7aa7e09 Nov 25, 2024
10 checks passed
@IgorWounds IgorWounds deleted the feature/yfinance-equity-screener branch December 1, 2024 15:07
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