BureauOfLaborStatistics
Access data and statistics from the Bureau of Labor Statistics (BLS)
ResourceFunction["BureauOfLaborStatistics"]["Surveys"] gives a list of all available BLS surveys. | |
ResourceFunction["BureauOfLaborStatistics"]["Survey",survey] gives details about a specific survey. | |
ResourceFunction["BureauOfLaborStatistics"]["PopularSeries"] gives a list of popular BLS data series. | |
ResourceFunction["BureauOfLaborStatistics"]["PopularSeries", survey] give s a list of popular BLS data series for the given survey. | |
ResourceFunction["BureauOfLaborStatistics"]["SingleSeries", id] gives the data series for the given id. | |
ResourceFunction["BureauOfLaborStatistics"]["MultipleSeries", assoc] gives the data series conforming to the assoc specification. |
Details and Options
"seriesid" | a list of series ids |
"startyear" | start year (string) of a series |
"endyear" | end year (string) of a series |
"catalog" | whether to include catalog data (boolean) |
"calculations" | whether to include calculations like net and percentage changes (boolean) |
"annualaverage" | whether to include the annual average in the results (boolean) |
"aspects" | whether to include aspects (boolean) |
Examples
Basic Examples (1) 
Text about the example:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |