bls_series
ActiveTool of io.github.blackboxfoundry/livedatalink
Fetch any BLS time series by its raw series ID (e.g. 'LNS14000000' for the unemployment rate, or a state/industry series). For when you know the exact BLS series ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"series_id"
],
"properties": {
"end_year": {
"type": "number",
"description": "End year (optional)."
},
"series_id": {
"type": "string",
"description": "BLS series ID, e.g. 'LNS14000000'."
},
"start_year": {
"type": "number",
"description": "Start year (optional)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries