BLS Timeseries Data
Provides public economic and labor timeseries data from the Bureau of Labor Statistics.
Custom Streaming + One-shot
[Financial] Fetch BLS public timeseries data.
What you can ask Delphi
- “What was the unemployment rate for the software development industry last quarter?”
- “Show me the Consumer Price Index for all urban consumers in the past five years.”
- “What is the average hourly wage for production and non-supervisory employees in the manufacturing sector for the last year?”
- “Compare the Producer Price Index for finished goods to the previous year's average.”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
bls/get_series_data
[Financial] Fetch BLS public timeseries data.
schedule_bls_series_data
[Financial] Create or update a recurring BLS timeseries connector.
Inputs ▾
bls/get_series_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| seriesIds | string[] | yes | BLS series IDs, e.g. ['LNS14000000']. |
| startYear | string | no | Start year. Default current year. |
| endYear | string | no | End year. Default current year. |
| catalog | boolean | no | Whether to include catalog metadata. |
| calculations | boolean | no | Whether to include calculated values. |
| annualaverage | boolean | no | Whether to include annual averages. |
| aspects | boolean | no | Whether to include aspects. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_bls_series_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| seriesIds | string[] | yes | BLS series IDs, e.g. ['LNS14000000']. |
| startYear | string | no | Start year. Default current year. |
| endYear | string | no | End year. Default current year. |
| catalog | boolean | no | Whether to include catalog metadata. |
| calculations | boolean | no | Whether to include calculated values. |
| annualaverage | boolean | no | Whether to include annual averages. |
| aspects | boolean | no | Whether to include aspects. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the BLS API. |
| connectorId | string | no | If provided, updates an existing connector. |