openbb-fred
FRED extension for OpenBB
What it is and what it does
openbb-fred is an extension that plugs FRED (the Federal Reserve's Economic Data service) into the OpenBB Platform as a data provider. It acts as a bridge between the OpenBB ecosystem and the Federal Reserve's public economic datasets, allowing developers to query economic indicators, time series, and other Fed-published data through a unified OpenBB interface rather than calling FRED's API directly.
The package is a lightweight provider module—it depends only on openbb-core and ships as a pure Python wheel. It's designed for developers building financial analysis tools, economic dashboards, or research applications that need reliable access to Federal Reserve data. The integration handles the provider-specific logic, so users interact with FRED data through OpenBB's standard query patterns.
Use it for:
- Build economic dashboards that pull Fed interest rates, unemployment, and inflation data via OpenBB
- Backtest trading strategies that incorporate FRED economic indicators as signals
- Aggregate Fed data alongside other market data sources through a single OpenBB interface
- Automate reports that combine FRED time series with other financial datasets
- Research macroeconomic trends by querying Fed datasets programmatically
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates FRED (Federal Reserve Economic Data) as a data provider into the OpenBB Platform, enabling programmatic access to Federal Reserve economic datasets.
Yes, if you are already using OpenBB and need FRED data. The package is actively maintained, has low install friction, and no known vulnerabilities. The AGPL-3.0 license is a significant constraint—only adopt it if your project is open-source or you are comfortable with copyleft obligations. For proprietary applications, verify license compatibility before committing.
Install
openbb-fred on PyPI
pip
pip install openbb-freduv
uv add openbb-fredpoetry
poetry add openbb-fredInstalling openbb-fred
Before you install
Low install friction; a pure Python wheel with a single runtime dependency on openbb-core. Actively maintained with a release within the last 73 days.
License in practice
Licensed under AGPL-3.0-only, which requires that any modifications or derivative works be distributed under the same license and that source code be made available to users. This is a strong copyleft constraint suitable for open-source projects but may conflict with proprietary software strategies.
Quickstart
pip install openbb-fred
from openbb_core.app import OpenBB
obb = OpenBB()
# Access FRED data through the OpenBB platform
Requires Python 3.10 or later; openbb-core must be installed and configured first.
Verify before relying
- Whether FRED API credentials or authentication setup is required beyond pip installation
- What specific FRED endpoints or data categories are exposed through this provider
- Performance characteristics when querying large historical datasets
Package facts
| License | AGPL-3.0-only (agpl) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — openbb-core |
| Maintenance | actively maintained — 73 days since the last release |
| First released | |
| Downloads | 89,559/month — #13,649 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_fred-1.6.2-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
fredapifredapi wraps the FRED web service to fetch…
unclear · top 5,000 on PyPI
openbb-federal-reserveIntegrates Federal Reserve data sources into…
agpl · top 15,000 on PyPI
openbb-oecdIntegrates OECD statistical data into the…
agpl · top 15,000 on PyPI
openbb-econdbIntegrates EconDB economic data into the OpenBB…
agpl · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
opendatalabOpenDataLab Python SDK provides programmatic…
permissive · top 15,000 on PyPI
openbb-blsIntegrates the U.S. Bureau of Labor Statistics…
agpl · top 15,000 on PyPI
sodapysodapy is a Python client for querying and…
permissive · top 15,000 on PyPI
openbb-congress-govProvides access to U.S. legislative data from…
unclear · top 15,000 on PyPI
openbb-imfProvides a provider extension for the OpenBB…
agpl · top 15,000 on PyPI