openbb-bls
The Bureau of Labor Statistics' (BLS) Public Data Application Programming Interface (API) gives the public access to economic data from all BLS programs. It is the Bureau's hope that talented developers and programmers will use the BLS Public Data API to create original, inventive applications with published BLS data.
What it is and what it does
openbb-bls is an extension for the OpenBB Platform that acts as a bridge to the U.S. Bureau of Labor Statistics public data API. It allows developers to access official economic data—including employment, inflation, wages, and other labor statistics—directly from within OpenBB's framework, rather than making raw API calls. The extension is distributed as a pure-Python wheel with minimal dependencies: it requires only openbb-core as a runtime dependency, making installation straightforward.
The package is actively maintained and supports Python 3.10 through 3.14. It is licensed under AGPL-3.0-only, which means any modifications or derivative works must be released under the same license. The extension is designed for developers and analysts who want to incorporate official U.S. labor and economic statistics into applications, dashboards, or research workflows through the OpenBB ecosystem.
Use it for:
- Retrieve employment statistics and labor market data for economic analysis
- Build financial or economic dashboards that incorporate official BLS indicators
- Integrate BLS economic data into automated reporting or research workflows
- Access inflation, wage, and unemployment data programmatically for quantitative analysis
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates the U.S. Bureau of Labor Statistics public data API into the OpenBB Platform, providing access to economic data from BLS programs.
Yes, if you are already using the OpenBB Platform and need access to official U.S. labor and economic statistics. The extension has low install friction, no known security vulnerabilities, and active maintenance. The AGPL-3.0-only license is a consideration if you plan to modify or redistribute the code. If you need BLS data but are not using OpenBB, this extension alone is not the right tool.
Install
openbb-bls on PyPI
pip
pip install openbb-blsuv
uv add openbb-blspoetry
poetry add openbb-blsInstalling openbb-bls
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained as of 80 days since last release. Requires openbb-core as its sole runtime dependency.
License in practice
Licensed under AGPL-3.0-only, which requires any derivative work or modification to be released under the same license and makes source code available to users of the software.
Quickstart
pip install openbb-bls
from openbb_core.app import OpenBB
obb = OpenBB()
# Access BLS data through the OpenBB platform
Requires Python 3.10 or later; openbb-core must be installed first as a dependency
Verify before relying
- Specific BLS data categories or endpoints available through this extension
- Whether API key or authentication is required to access BLS data
- Performance characteristics for large data queries or bulk downloads
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 — 80 days since the last release |
| First released | |
| Downloads | 88,354/month — #13,733 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_bls-1.3.1-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
openbb-econdbIntegrates EconDB economic data into the OpenBB…
agpl · top 15,000 on PyPI
openbb-oecdIntegrates OECD statistical data into the…
agpl · top 15,000 on PyPI
openbb-congress-govProvides access to U.S. legislative data from…
unclear · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
beaapibeaapi retrieves and processes economic data…
permissive · top 15,000 on PyPI
openbb-us-eiaIntegrates U.S. Energy Information…
agpl · top 15,000 on PyPI
openbb-economyProvides access to global macroeconomic data…
agpl · top 15,000 on PyPI
openbb-fredIntegrates FRED (Federal Reserve Economic Data)…
agpl · top 15,000 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
agpl · top 15,000 on PyPI
openbb-intrinioIntegrates Intrinio financial data into the…
agpl · top 15,000 on PyPI