State of Maryland Full Time Equivalents
PLEASE READ THIS DATASET DESCRIPTION IN FULL BEFORE EXPORTING ANY DATA.
This dataset, specific to funding for higher education institutions, shows operating budget in these categories by fiscal year
Maryland's FY2017 , FY2018, FY2019, FY2020, FY2021, FY2022, and FY2023 (actual expenditures), FY2024 (working), and FY2025 (legislative appropriation). The data for each FY should be considered in the state listed above.
Data are provided by DBM to the Department of Information Technology (DoIT), which uploads and maintains this dataset. Please note that this dataset is subject to change as new data become available from DBM. Therefore, DBM and DoIT can make no guarantee that the data in this dataset
are fully accurate or complete. By accessing this dataset, or by accessing this dataset's metadata, you acknowledge that DBM and DoIT do not guarantee the accuracy nor the completeness of the dataset.
Additional documents on Maryland Operating Budgets are available at
http://dbm.maryland.gov/budget/Pages/operbudhome.aspx
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 \"opendata-maryland-gov/state-of-maryland-full-time-equivalents-x8qy-486w\".\"state_of_maryland_full_time_equivalents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.