Year Start Reserve Fund Balances
Shows the balance of the City's Reserve Fund, including transfers in and transfers out, beginning in Fiscal Year 1998-1999. The Reserve Fund is an important part of the City's financial health, and is relied on in the event of a natural disaster or other crisis situation.
The City's current policy is to maintain a minimum Reserve Fund balance of 5% of General Fund receipts.
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 \"controllerdata-lacity/year-start-reserve-fund-balances-psnd-s8uq\".\"year_start_reserve_fund_balances\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.