Food services receipts by subsector, monthly (Canada)
Monthly receipts of food services and drinking places by subsector for Canada, from Statistics Canada (table 21-10-0019-01): seasonally adjusted receipts in thousands of Canadian dollars (kept verbatim) for the four published NAICS subsectors — full-service restaurants [722511], limited-service eating places [722512], special food services [7223] and drinking places (alcoholic beverages) [7224] — plus the month-over-month and year-over-year percentage changes for each subsector. Coverage 1998-01 to the present. Caveats: the four subsectors are mutually exclusive and sum exactly to the published Canada total; subsector detail is published for Canada only — provincial and territorial detail is the Total only (see the companion receipts dataset); the latest months are occasionally revised; genuine upstream gaps stay missing, never filled. Statistics Canada Open Licence (commercial reuse allowed); source: Statistics Canada.
- Source
- Statistics Canada
- Rows
- 1,368
- Columns
- 6
- Source cadence
- Monthly
- Last refreshed
- Sep 26, 2026
- Theme
- economy
| Column | Type | Description |
|---|---|---|
| month | string | Reference month of the receipts estimate, as an ISO date (first of the month). |
| country_code | string | ISO 3166-1 alpha-3 code for Canada (CAN) — the join key for the 'Enrich with public data' feature. |
| sector_name | string | NAICS subsector of food services and drinking places, as published by Statistics Canada (provider-verbatim labels with NAICS codes): full-service restaurants [722511], limited-service eating places [722512], special food services [7223] and drinking places (alcoholic beverages) [7224]. The four subsectors are mutually exclusive and sum to the published Canada total. |
| receipts_thousands_cad | float | Seasonally adjusted receipts of food services and drinking places in the reference month, in thousands of Canadian dollars (kept verbatim). Negative values fail loudly. Genuine upstream gaps stay missing, never filled. (unit: thousands of Canadian dollars) |
| receipts_mom_pct | float | Month-over-month percentage change of the receipts column against the previous month (percent). Null when the base month is missing or zero. (unit: percent) |
| receipts_yoy_pct | float | Year-over-year percentage change of the receipts column against the same month a year earlier (percent). Null when the base month is missing or zero. (unit: percent) |
First 10 sample rows — a preview, not the complete dataset.
| month | country_code | sector_name | receipts_thousands_cad | receipts_mom_pct | receipts_yoy_pct |
|---|---|---|---|---|---|
| 1998-01-01 | CAN | Full-service restaurants [722511] | 1,194,295 | — | — |
| 1998-01-01 | CAN | Limited-service eating places [722512] | 984,401 | — | — |
| 1998-01-01 | CAN | Special food services [7223] | 232,282 | — | — |
| 1998-01-01 | CAN | Drinking places (alcoholic beverages) [7224] | 211,931 | — | — |
| 1998-02-01 | CAN | Full-service restaurants [722511] | 1,183,859 | -0.874 | — |
| 1998-02-01 | CAN | Limited-service eating places [722512] | 1,005,342 | 2.127 | — |
| 1998-02-01 | CAN | Special food services [7223] | 236,566 | 1.844 | — |
| 1998-02-01 | CAN | Drinking places (alcoholic beverages) [7224] | 216,536 | 2.173 | — |
| 1998-03-01 | CAN | Full-service restaurants [722511] | 1,182,490 | -0.116 | — |
| 1998-03-01 | CAN | Limited-service eating places [722512] | 989,758 | -1.55 | — |
- Current
20260926T181954Z-4939c72f117a · sha256 4939c72f117a…
1,368 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/statcan_food_services/statcan_food_services_receipts_by_subsector_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/statcan_food_services/statcan_food_services_receipts_by_subsector_monthly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/statcan_food_services/statcan_food_services_receipts_by_subsector_monthly
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260926T181954Z-4939c72f117a and its content hash, so readers get exactly the data you used.
Statistics Canada. (2026). Food services receipts by subsector, monthly (Canada) [Data set, snapshot 20260926T181954Z-4939c72f117a, sha256 4939c72f117a]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/en/datasets/statcan_food_services/statcan_food_services_receipts_by_subsector_monthly?snapshot=20260926T181954Z-4939c72f117a
@misc{dz_statcan_food_services_statcan_food_servi_4939c72f,
title = {{Food services receipts by subsector, monthly (Canada)}},
author = {{Statistics Canada}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/statcan_food_services/statcan_food_services_receipts_by_subsector_monthly?snapshot=20260926T181954Z-4939c72f117a}},
note = {Snapshot 20260926T181954Z-4939c72f117a, sha256 4939c72f117a9f3f778afbeea5b10d78b2d323b1c42f1c2c3dec819a3afef688; accessed 2026-09-26}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=statcan_food_services%2Fstatcan_food_services_receipts_by_subsector_monthly&lang=en&theme=auto&snapshot=20260926T181954Z-4939c72f117a&x=month&y=receipts_thousands_cad&agg=avg" title="Food services receipts by subsector, monthly (Canada)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.