orcities/annual-financial-reports-acfr-2022-e7bw-jphb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 6 hours ago

Annual Financial Reports (ACFR) 2022

The compiled ACFR data for fiscal year 2021. Please note that due to differences in audit report styles and definitions, comparison between numbers should be done carefully. For example, public safety in one city may include fire, ambulance and police; where public safety in another city may only include police.

Querying over HTTP

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 \"orcities/annual-financial-reports-acfr-2022-e7bw-jphb\".\"annual_financial_reports_acfr_2022\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • annual_financial_reports_acfr_2022