orcities/certified-annual-financial-report-cafr-data-2017-3eg7-pp8i
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 5 hours ago

Certified Annual Financial Report (CAFR) Data 2017

This is the City Financial Data for fiscal year 2017. Note that this data has been expanded for FY2017 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/certified-annual-financial-report-cafr-data-2017-3eg7-pp8i\".\"certified_annual_financial_report_cafr_data_2017\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • certified_annual_financial_report_cafr_data_2017