FY 2023 End of Year Annual Financial Reporting
The Town's end of fiscal year financial reporting. The Fiscal Year begins in July and ends in June. End of Year Annual Financial Reporting is updated at the start of the new fiscal year.
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 \"dumfriesva-gov/fy-2023-end-of-year-annual-financial-reporting-t8z6-45yx\".\"fy_2023_end_of_year_annual_financial_reporting\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.