orcities/annual-financial-report-acfr-data-2018-cv56-ynmk
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 26 days ago

Annual Financial Report (ACFR) Data 2018

This is the City Financial Data for fiscal year 2017. Note that this data has been expanded for FY2018 to include more detailed breakdown of city finances.

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-report-acfr-data-2018-cv56-ynmk\".\"annual_financial_report_acfr_data_2018\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • annual_financial_report_acfr_data_2018