Bureau of Labor Statistics · Example Payload

Bls Multi Series V2 Request

Bureau of Labor StatisticsBLSEmploymentUnemploymentCPIConsumer Price IndexPPIProducer Price IndexWagesLabor StatisticsEconomic IndicatorsFederal GovernmentOpen Data

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

Top-level fields

seriesidstartyearendyearregistrationkeycatalogcalculationsannualaverage

Example Payload

Raw ↑
{
  "seriesid": [
    "LNS14000000",
    "CES0000000001",
    "CUUR0000SA0"
  ],
  "startyear": "2021",
  "endyear": "2023",
  "registrationkey": "YOUR_REGISTRATION_KEY_HERE",
  "catalog": true,
  "calculations": true,
  "annualaverage": true
}