---
title: "GET /fed/v1/labor-market"
method: GET
path: "/fed/v1/labor-market"
tags: ["fed"]
---

# GET /fed/v1/labor-market

`GET /fed/v1/labor-market`

Labor market indicators from the Federal Reserve, including unemployment rate, labor force participation, average hourly earnings, and job openings data.

## Query parameters

- `date` string
- `date.any_of` string
- `date.gt` string
- `date.gte` string
- `date.lt` string
- `date.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `avg_hourly_earnings` number, float — Average hourly earnings of all employees on private nonfarm payrolls in USD (CES0500000003 series from FRED).
    - `date` string — Calendar date of the observation (YYYY-MM-DD).
    - `job_openings` number, float — Total nonfarm job openings in thousands (JTSJOL series from FRED).
    - `labor_force_participation_rate` number, float — Civilian labor force participation rate as a percentage of the civilian noninstitutional population (CIVPART series from FRED).
    - `unemployment_rate` number, float — Civilian unemployment rate as a percentage of the labor force (UNRATE series from FRED).
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
