You're viewing a demo portfolio

Join the waitlist
PRSM

bls_series

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →