OpenBB BLS is an extension for the OpenBB Platform that provides access to the Bureau of Labor Statistics (BLS) Public Data API. It allows users to retrieve economic data such as CPI, unemployment rates, and other labor statistics. The current version is 1.3.1, released under a permissive license, with updates aligned with the OpenBB Platform's release cadence.
pip install openbb-blsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize BLS provider with API key and fetch a series. The API key is optional for some endpoints but recommended.
Use openbb-bls>=1.0.0 with openbb>=4.0.0.
Register at https://data.bls.gov/registration/ and set the BLS_API_KEY environment variable.
Use the exact series ID as listed on BLS website; often all uppercase.
Batch requests into chunks of 25 years and 500 series at a time.
No resource links recorded.