Manufacturing sales, by province and territory, monthly
Monthly total manufacturing sales (table 16-10-0048-01, 'Sales of goods manufactured (shipments)', seasonally adjusted) from Statistics Canada: in thousands of dollars for the 10 provinces and the 3 territories. Coverage 1992-01 to the present. Caveats: this table has no Canada total (national totals are in table 16-10-0047-01); values are published in thousands of dollars (kept verbatim — the unit is documented on the column); the latest month is preliminary and occasionally revised; published about 6 weeks in arrears. Statistics Canada Open Licence (commercial reuse allowed); source: Statistics Canada.
- Source
- Statistics Canada
- Rows
- 5,395
- Columns
- 4
- Source cadence
- Monthly
- Last refreshed
- Sep 26, 2026
- Theme
- economy
| Column | Type | Description |
|---|---|---|
| month | string | Reference month, as an ISO date (the first day 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. |
| geo_name | string | Geography as published by Statistics Canada: one of the 10 provinces or 3 territories for the by-province dataset, 'Canada' for the by-industry dataset. |
| sales_thousands | float | Sales of goods manufactured (shipments), seasonally adjusted, as published: in thousands of Canadian dollars (multiply by 1,000 for dollar amounts). Non-negative float; genuine upstream gaps are missing, never zero-filled. The latest month is preliminary and may be revised. (unit: thousands of CAD, seasonally adjusted) |
First 10 sample rows — a preview, not the complete dataset.
| month | country_code | geo_name | sales_thousands |
|---|---|---|---|
| 1992-01-01 | CAN | Newfoundland and Labrador | 134,504 |
| 1992-01-01 | CAN | Prince Edward Island | 41,855 |
| 1992-01-01 | CAN | Nova Scotia | 415,957 |
| 1992-01-01 | CAN | New Brunswick | 498,817 |
| 1992-01-01 | CAN | Quebec | 5,417,478 |
| 1992-01-01 | CAN | Ontario | 11,655,465 |
| 1992-01-01 | CAN | Manitoba | 492,023 |
| 1992-01-01 | CAN | Saskatchewan | 275,805 |
| 1992-01-01 | CAN | Alberta | 1,530,613 |
| 1992-01-01 | CAN | British Columbia | 1,974,572 |
- Current
20260926T105048Z-e949db4374ec · sha256 e949db4374ec…
5,395 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_manufacturing/statcan_manufacturing_sales_by_province_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/statcan_manufacturing/statcan_manufacturing_sales_by_province_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_manufacturing/statcan_manufacturing_sales_by_province_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 20260926T105048Z-e949db4374ec and its content hash, so readers get exactly the data you used.
Statistics Canada. (2026). Manufacturing sales, by province and territory, monthly [Data set, snapshot 20260926T105048Z-e949db4374ec, sha256 e949db4374ec]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/en/datasets/statcan_manufacturing/statcan_manufacturing_sales_by_province_monthly?snapshot=20260926T105048Z-e949db4374ec
@misc{dz_statcan_manufacturing_statcan_manufactur_e949db43,
title = {{Manufacturing sales, by province and territory, monthly}},
author = {{Statistics Canada}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/statcan_manufacturing/statcan_manufacturing_sales_by_province_monthly?snapshot=20260926T105048Z-e949db4374ec}},
note = {Snapshot 20260926T105048Z-e949db4374ec, sha256 e949db4374ecc788783af476dd06044155c0fb0e2dd93371bbf1b56f72528cf5; 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_manufacturing%2Fstatcan_manufacturing_sales_by_province_monthly&lang=en&theme=auto&snapshot=20260926T105048Z-e949db4374ec&x=month&y=sales_thousands&agg=avg" title="Manufacturing sales, by province and territory, monthly" 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.