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/fmp-stock-search: Add FMP as provider to obb.stocks.search() #5642

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

deeleeramone
Copy link
Contributor

This PR adds FMP to the obb.stocks.search() endpoint.

Provider-specific parameters for:

  • market cap min/max
  • price min/max
  • volume min/max
  • beta min/max
  • dividend amount min/max
  • country
  • exchange
  • sector
  • industry

It's not quite a screener, but offers more than a fuzzy query.

Screenshot 2023-10-31 at 9 04 37 PM

To find stocks from India,

obb.stocks.search(provider="fmp", country="IN")
obb.stocks.search(provider="fmp", country="IN", exchange="nse")

Screenshot 2023-10-31 at 9 07 03 PM

@deeleeramone deeleeramone added platform OpenBB Platform v4 PRs for v4 labels Nov 1, 2023
@reviewpad reviewpad bot added the feat M Medium T-Shirt size feature label Nov 1, 2023
@piiq piiq self-requested a review November 3, 2023 15:18
@piiq piiq merged commit 8e6967b into feature/openbb-sdk-v4 Nov 3, 2023
12 checks passed
@piiq piiq deleted the feature/fmp-stock-search branch November 3, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat M Medium T-Shirt size feature platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants