Bls Search
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
BlsSearch | BlsSearchQueryParams | BlsSearchData |
Import Statement
from openbb_core.provider.standard_models. import (
BlsSearchData,
BlsSearchQueryParams,
)
Parameters
- standard
- bls
query
: str
The search word(s). Use semi-colon to separate multiple queries as an & operator.
• Optional: True
query
: str
The search word(s). Use semi-colon to separate multiple queries as an & operator.
• Optional: True
category
: Literal['cpi', 'pce', 'ppi', 'ip', 'jolts', 'nfp', 'cps', 'lfs', 'wages', 'ec', 'sla', 'bed', 'tu']
Description
The category of BLS survey to search within.
An empty search query will return all series within the category. Options are:
cpi - Consumer Price Index
pce - Personal Consumption Expenditure
ppi - Producer Price Index
ip - Industry Productivity
jolts - Job Openings and Labor Turnover Survey
nfp - Nonfarm Payrolls
cps - Current Population Survey
lfs - Labor Force Statistics
wages - Wages
ec - Employer Costs
sla - State and Local Area Employment
bed - Business Employment Dynamics
tu - Time Use
• Optional: False
include_extras
: bool
Include additional information in the search results. Extra fields returned are metadata and vary by survey. Fields are undefined strings that typically have names ending with '_code'.
• Default: False