citydata-mesaaz-gov/open-budget-interfund-transfers-mqr5-kp7i
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 days ago
Indexed 5 hours ago

Open Budget Interfund Transfers

The interfund transfers dataset shows the adopted budget, actuals, and year end estimates of the authorized exchange of monies between funds per fiscal year. This includes the accounting string that describes which fund, organizational department, and activity rollup of the department for the corresponding financial data.

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 \"citydata-mesaaz-gov/open-budget-interfund-transfers-mqr5-kp7i\".\"open_budget_interfund_transfers\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • open_budget_interfund_transfers
     
     
     
     
     
Upstream Metadata