20 year historical data on budget planning elements in response to Council motion.
See http://sirepub.edmonton.ca/sirepub/mtgviewer?meetid=2747&doctype=MINUTES or https://data.edmonton.ca/api/views/j7d9-gs52/files/814686f5-ba66-452f-acc1-a9e4f111b748?download=true&filename=Minutes%20for%2006_15_2020,%20City%20Council.pdf for the relevant meeting minutes.
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"edmonton-ca/budget-and-eps-data-for-june-17-2020-city-council-j7d9-gs52\".\"budget_and_eps_data_for_june_17_2020_city_council\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.