kcmo/financial-trends-monitoring-system-data-btez-inz8
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 3 hours ago

Financial Trends Monitoring System Data

This data is pulled from the annual Financial Trends Monitoring System (FTMS). The KCSTAT dashboards for Finance and Governance provide visualizations of this data, along with narrative to explain what these indicators mean.

The FTMS report itself goes also provides a great deal of narrative, and can be viewed by visiting: https://kcstat.kcmo.org/Finance/2013-FTMS-7-29-14-Revised/n7p4-kkha

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 \"kcmo/financial-trends-monitoring-system-data-btez-inz8\".\"financial_trends_monitoring_system_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • financial_trends_monitoring_system_data