BETA

Welcome to the BEER platform beta program!

Unemployment Insurance Claims

Weekly data on initial and continued claims for unemployment insurance.

Agency

Employment and Training Administration

Last Updated

2023-04-15

Update Frequency

Weekly

Available Formats

CSV, JSON, XML

Data Fields

Field NameDescription
Report DateThe date of the report
StateThe state where claims were filed
Initial ClaimsNumber of new unemployment insurance claims
Continued ClaimsNumber of ongoing unemployment insurance claims
Covered EmploymentNumber of workers covered by unemployment insurance
Insured Unemployment RatePercentage of covered workers who are receiving benefits

Sample Data

[
  {
    "date": "2023-04-08",
    "state": "California",
    "initialClaims": 40123,
    "continuedClaims": 301456
  },
  {
    "date": "2023-04-08",
    "state": "Texas",
    "initialClaims": 12045,
    "continuedClaims": 98765
  },
  {
    "date": "2023-04-08",
    "state": "Florida",
    "initialClaims": 8976,
    "continuedClaims": 76543
  },
  {
    "date": "2023-04-08",
    "state": "New York",
    "initialClaims": 15678,
    "continuedClaims": 123456
  }
]

About DOL Datasets

The Department of Labor (DOL) provides access to a wide range of datasets related to employment, wages, safety, benefits, and other labor-related topics. These datasets are available for public use and can be accessed through this portal.

Data Quality

All datasets undergo rigorous quality checks to ensure accuracy and reliability. However, users should always verify the data for their specific use cases.

API Access

Most datasets are available through our API. Documentation is provided for each dataset to help developers integrate the data into their applications.

Terms of Use

DOL datasets are generally available under open government licenses. Please check the specific terms for each dataset before use.