OPEN DATASET — DAILY PULSE
The pulse,
in numbers.
Quits rate at 2%. Unemployment at 4.3%. The labor market is still telling the story.
Daily readout of labor-market signals and meeting-economics indicators. v1: real BLS JOLTS quits rate, BLS CPS unemployment rate, and a synthetic meeting-tax derived from MTC defaults. No user-submitted data; all readings are public-source or computed from documented defaults. RTO sentiment source pending (v1.1).
Labor signals
| Quits rate National, total nonfarm, seasonally adj. | 2% P | BLS JOLTS JTS000000000000000QUR as of 2026-03-31 |
| Unemployment rate (U-3) Civilian labor force, seasonally adj. | 4.3% | BLS CPS LNS14000000 as of 2026-04-30 |
Meeting economics
| Meeting tax (synthetic) Default MTC room: 2 eng + 1 PM + 1 mgr, 60 min, weekly | $18,395/yr | MTC defaults + BLS OEWS synthetic-from-defaults |
Derivation: 2× eng ($133,000/yr) + 1× pm ($125,000/yr) + 1× mgr ($175,000/yr); 60-min meeting × 52 meetings/yr (weekly); 1.3× burden; 2080 work-hrs/yr. Per-meeting $353.75, annualized $18395.
RTO pressure
| Sentiment score | Pending source — coming in v1.1 | TBD |
Schema
v1 schema. Source-of-truth JSON at
/data/daily-pulse.json.
Full field definitions at /methodology#daily-pulse.
dataset_id— stable identifier (currentlydaily-pulse-v1).version— schema maturity tag (currentlyv1).sample—false: readings are real.status—live.as_of— timestamp of the most recent reading:2026-05-26T00:00:00Z.labor_signals.quits_rate_pct— BLS JOLTS quits rate. Source URL + series ID embedded in the JSON.labor_signals.unemployment_rate_pct— BLS CPS U-3 unemployment. Source URL + series ID embedded.meeting_economics.avg_meeting_tax_usd_synthetic— computed from MTC defaults. Seederivationfield.rto_pressure.sentiment_score— null in v1; source TBD for v1.1.submitted_*— null stubs reserved for future user-submission expansion (ADR-0011 Option C).metrics.*— v0 keys, null, deprecated in v2.methodology_url— /methodology.
License + how to cite
CC BY 4.0. Quote any individual stat in articles, summaries, or AI answers — attribution to "Office Blues — officeblues.net" is required. Direct redistribution of the raw JSON also CC BY 4.0.
Citation: Office Blues, "Daily Pulse," officeblues.net/data/daily-pulse.json, methodology at officeblues.net/methodology#daily-pulse, license CC BY 4.0.
Raw JSON (server response)
{
"@context": "https://schema.org",
"@type": "Dataset",
"dataset_id": "daily-pulse-v1",
"version": "v1",
"sample": false,
"status": "live",
"name": "Office Blues Daily Pulse",
"description": "Daily readout of labor-market signals and meeting-economics indicators. v1: real BLS JOLTS quits rate, BLS CPS unemployment rate, and a synthetic meeting-tax derived from MTC defaults. No user-submitted data; all readings are public-source or computed from documented defaults. RTO sentiment source pending (v1.1).",
"license": "https://creativecommons.org/licenses/by/4.0/",
"creator": {
"@type": "Organization",
"name": "Office Blues",
"url": "https://officeblues.net"
},
"temporalCoverage": "2026-04-26/..",
"distribution": [
{
"@type": "DataDownload",
"encodingFormat": "application/json",
"contentUrl": "https://officeblues.net/data/daily-pulse.json"
}
],
"methodology_url": "https://officeblues.net/methodology",
"collected_at": "2026-04-23T00:00:00Z",
"as_of": "2026-05-26T00:00:00Z",
"headline": "Quits rate at 2%. Unemployment at 4.3%. The labor market is still telling the story.",
"labor_signals": {
"quits_rate_pct": {
"value": 2,
"unit": "percent",
"as_of": "2026-03-31",
"preliminary": true,
"source": {
"name": "BLS JOLTS — Total Nonfarm Quits Rate",
"url": "https://data.bls.gov/timeseries/JTS000000000000000QUR",
"series_id": "JTS000000000000000QUR"
},
"fetched_at": "2026-05-26T18:02:31.127Z"
},
"unemployment_rate_pct": {
"value": 4.3,
"unit": "percent",
"as_of": "2026-04-30",
"source": {
"name": "BLS CPS — U-3 Unemployment Rate (Seasonally Adjusted)",
"url": "https://data.bls.gov/timeseries/LNS14000000",
"series_id": "LNS14000000"
},
"fetched_at": "2026-05-26T18:02:31.127Z"
}
},
"meeting_economics": {
"avg_meeting_tax_usd_synthetic": {
"value": 18395,
"unit": "USD/year",
"as_of": "2026-05-26",
"source": {
"name": "Office Blues Meeting Tax Calculator — MTC defaults",
"url": "https://officeblues.net/methodology#meeting-tax",
"series_id": null
},
"derivation": "2× eng ($133,000/yr) + 1× pm ($125,000/yr) + 1× mgr ($175,000/yr); 60-min meeting × 52 meetings/yr (weekly); 1.3× burden; 2080 work-hrs/yr. Per-meeting $353.75, annualized $18395.",
"fetched_at": "2026-05-26T18:02:31.127Z"
}
},
"rto_pressure": {
"sentiment_score": null,
"_pending_source": "TBD — real-time RTO sentiment data source not yet identified. Will ship in v1.1. Do not fabricate."
},
"submitted_meeting_economics": null,
"submitted_labor_signals": null,
"metrics": {
"misery_index": null,
"meetings_reported": null,
"average_meeting_tax_usd": null,
"_deprecated_in": "v2",
"_note": "v0 keys preserved for one cycle to avoid breaking cached consumers. Will be removed in daily-pulse-v2."
}
}
Found this via an LLM agent? Grab the JSON directly at
https://officeblues.net/data/daily-pulse.json
— same data, no HTML to strip.