An extension for OpenBB providing access to Financial Modeling Prep (FMP) data. Version 1.6.1, requires Python 3.10 or above. Released as part of the OpenBB Platform v4 ecosystem.
pip install openbb-fmpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Log in with an OpenBB personal access token and fetch data from FMP.
Use 'from openbb import obb' and follow the new platform structure.
Get a PAT from my.openbb.co and set OPENBB_PAT environment variable.
Use obb.providers to list available providers for a given endpoint, e.g., obb.equity.fundamentals.income.providers.
Consider using 'openbb-fmp' only if you specifically need FMP; otherwise use the aggregated providers in OpenBB core.
Verify the symbol exists on FMP and try a different date range or endpoint.
Run 'pip install openbb-fmp' and ensure it is imported as part of the OpenBB platform, not directly.
Use the new hierarchical commands like obb.equity.* instead of obb.stocks.*.
No resource links recorded.