Returns every release date of major economic indicators since March 14, 2012.
This web service is used to power the release schedule calendar for major economic releases in The Daily.
Note: To get the French content, change -eng
to -fra
in the web service name.
Resource URL
https://www150.statcan.gc.ca/n1/dai-quo/ssi/homepage/schedule-key_indicators-eng.json
Resource information
- Response formats
- JavaScript Array
- Requires authentication
- No
- GET
- Yes
- POST
- No
Parameters
None
Example request
GET
https://www150.statcan.gc.ca/n1/dai-quo/ssi/homepage/schedule-key_indicators-eng.json
Example result
[
{
date: "2012-03-14 00:00:01",
type: "meeting",
title: "Industrial capacity utilization rates",
description: "Fourth quarter 2011",
url: "//www.statcan.gc.ca/daily-quotidien/120314/dq120314a-eng.htm"
},
{
date: "2012-03-16 00:00:02",
type: "meeting",
title: "Canada's international transactions in securities",
description: "January 2012",
url: "//www.statcan.gc.ca/daily-quotidien/120316/dq120316b-eng.htm"
},
{
date: "2017-03-31 00:00:02",
type: "meeting",
title: "Payroll employment, earnings and hours",
description: "January 2017",
url: ""
}
]