orcities/acfr-data-for-201415-wjis-hwm9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 26 days ago

ACFR Data for 2014-15

The Annual Financial Report (ACFR) is required by law to be completed every fiscal year by Oregon cities and submitted to the Oregon Department of State.

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/acfr-data-for-201415-wjis-hwm9\".\"acfr_data_for_201415\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • acfr_data_for_201415