BLS Timeseries
Fetch BLS public timeseries data.
Custom Streaming + One-shot
Fetch BLS public timeseries data.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
bls/get_series_data
Fetch BLS public timeseries data.
upsert_bento_get_bls_series_data
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. |
upsert_bento_get_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. |