Five Bureau of Labor Statistics surveys, exposed as standalone endpoints and as ?include=labor_context enrichment on SEC filings. The US BLS dataset is what makes cross-dataset queries (“what’s Apple’s headcount trend vs. their industry?”) a single API call instead of three.
CPI, PPI, ECI, productivity, and NCS are not yet covered. On the post-1.0.0 roadmap. If any of these are load-bearing for your use case, let us know at hello@thesma.dev — it informs prioritisation.
Seasonal adjustment is survey-specific. CES values are seasonally adjusted by default; QCEW is not (BLS doesn’t publish seasonally-adjusted QCEW). Check the adjustment field on each response.
County-level wage data has disclosure suppression. QCEW suppresses values for very small industry-in-county cells to protect employer confidentiality. Expect occasional null fields at the county × NAICS intersection for thinly populated industries.
The ?include=labor_context parameter on any SEC company or financials endpoint adds a labor_context object with BLS data for the company’s NAICS industry:
{
"labor_context": {
"naics": "3254",
"naics_title": "Pharmaceutical and Medicine Manufacturing",