NewSearch millions of jobs from your AI agent with MCP
All posts
GuideReleased
Guide·Sep 9, 2026·3 min read

When Is Labor Market Data Released?

When is labor market data released? The US jobs report lands most first Fridays, JOLTS about five weeks after its month; postings read the same week.

Dvir Atias

Dvir Atias

Founder, JobsPipe

When is labor market data released? In the US, the Bureau of Labor Statistics publishes the monthly Employment Situation report, usually on the first Friday, and the JOLTS release on openings, hires and quits about five to six weeks after its reference month. Other countries keep their own calendars, and posting data has no release day at all.

When labor market data comes out, series by series

  1. The US jobs report. The Employment Situation covers the previous month and is released at 8:30 Eastern, normally on the first Friday. The BLS publishes its schedule a year ahead, and a few releases each year move because of holidays, so check the calendar rather than assuming.
  2. JOLTS. Job openings, hires, quits and layoffs for a reference month arrive roughly five to six weeks after it ends, at 10:00 Eastern. July data, for example, lands in early September.
  3. The rest of the US calendar. Weekly unemployment insurance claims come out on Thursdays from the Department of Labor. State and metro employment follows the national release by a couple of weeks. The Employment Cost Index is quarterly, and the detailed county-level census of employment and wages lags by several months.
  4. Other countries. The UK Office for National Statistics publishes a monthly labour market release, Eurostat a monthly unemployment figure, and Statistics Canada the Labour Force Survey shortly after each month ends. Each has its own reference period and lag, so cross-country comparison needs care.
  5. Why data is delayed. Surveys take time to collect and process, and estimates are revised for months afterwards. Government shutdowns have delayed BLS releases in the past, after which the agency republishes a revised schedule. A delay is a calendar event, not a signal about the economy.
  6. Postings are continuous. A job posting appears the day the employer publishes it. Reading posting volume, occupation mix and skills by week gives a same-week view of demand, with the caveat that it covers employers who advertise, not the whole economy. How to read the two together is in what are labor market trends.

The practical rhythm for most analysts is monthly for official levels and weekly for posting direction. The JobsPipe Labour Market Pulse refreshes monthly with occupation, industry and advertised pay shares built from live postings, and each snapshot is archived at a stable URL. The full list of official and commercial sources with their cadence is in labor market data sources.

Where JobsPipe fits

JobsPipe is a jobs data API that collects live postings from LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity, returns them as one schema with closure tracking and a ghost score, and includes a free tier of 1,000 jobs a month. Between official releases, a query on postings first sighted since a date is the same-week read:

curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "occupation_code_or": ["29"], "job_country_code_or": ["US"], "discovered_at_gte": "2026-09-01 00:00:00", "limit": 100 }'

The aggregates behind the Pulse are served under /v1/insights.

Read demand the week it moves, then confirm with the official release - free tier included.

Get a free API key
FAQs

Frequently Asked Questions

When does labor market data come out?

In the US, the Employment Situation report is usually released on the first Friday of the month at 8:30 Eastern for the previous month, and JOLTS follows about five to six weeks after its reference month. Weekly unemployment claims come out on Thursdays. The BLS publishes the full schedule a year ahead, and a few dates each year shift for holidays.

Why is labor market data delayed?

Surveys of households and employers take time to collect, process and check, and estimates are revised for months afterwards. Government shutdowns have delayed BLS releases in the past, after which a revised schedule is published. Posting data has no such lag because a posting is visible the day it appears.

Is there labor market data that is released weekly?

Yes. US initial and continuing unemployment insurance claims are released weekly on Thursdays. Posting-based measures can be read at any cadence; JobsPipe supports a weekly read through discovered_at_gte on POST /v1/jobs/search, and publishes a monthly occupation and industry snapshot on the Pulse.