U.S. Bureau of Labor Statistics · Example Payload

Bls Multiple Series Request Example

Federal GovernmentLaborStatisticsEmploymentEconomic Data

Bls Multiple Series Request Example is an example object payload from U.S. Bureau of Labor Statistics, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

seriesidstartyearendyearregistrationkeycatalogcalculationsannualaverageaspects

Example Payload

Raw ↑
{
  "seriesid": [
    "LNS14000000",
    "CUUR0000SA0"
  ],
  "startyear": "2020",
  "endyear": "2025",
  "registrationkey": "abc123def456",
  "catalog": false,
  "calculations": true,
  "annualaverage": false,
  "aspects": false
}