cityofnewyork-us/expense-budget-mwzb-yiwb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 2 hours ago

Expense Budget

This dataset contains expense agency data by unit of appropriation for the Adopted, Financial Plan and Modified conditions by object code. The numbers within can be summarized to be consistent with data from either the Supporting Schedule, Departmental Estimate or the Expense, Revenue, Contact Budget. This dataset is updated three times per year after publication of the Preliminary, Executive and Adopted Budget, usually in January, April and June respectively.

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 \"cityofnewyork-us/expense-budget-mwzb-yiwb\".\"expense_budget\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • expense_budget
     
     
     
     
     
Upstream Metadata