Upcoming U.S. economic data releases, with dates and times, from the official BLS news-release schedule.
Answers "what macro data drops next, and when" without scraping a web page. Covers the BLS release set that moves markets: CPI, PPI, the Employment Situation (nonfarm payrolls and unemployment), JOLTS, Employment Cost Index, real earnings and productivity.
When to use: planning around data risk, checking whether a print lands before a decision, or building a watchlist of upcoming events.
When NOT to use: you need the released VALUES (use bls_cpi for CPI), Fed/FOMC meeting dates, or non-U.S. statistical calendars.
Args:
- limit (integer, optional, default 10): maximum releases to return (1-100), soonest first.
- filter (string, optional): case-insensitive substring match on the release title, e.g. "CPI".
Returns structuredContent:
{
"asOf": "2026-08-14",
"count": 1,
"releases": [
{ "date": "2026-09-10", "datetime": "2026-09-10T12:30:00Z",
"title": "Consumer Price Index", "source": "BLS" }
],
"source": "https://www.bls.gov/schedule/"
}
Only releases on or after today are returned, soonest first.