FY23 OMB Recommended Revenue
This dataset includes the County Executive Recommended operating budgets revenues for Montgomery County. The data can be sorted, filtered, and exported by the following elements: Service, Fund Type , Item Category, Fund, and Description.
Update Frequency : Annually
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 \"montgomerycountymd-gov/fy23-omb-recommended-revenue-7pb5-k82x\".\"fy23_omb_recommended_revenue\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.