2022 NTD Annual Data - Funding Sources (by Expense Type)
This dataset details funding sources for each applicable agency reporting to the National Transit Database in the 2022 report year, split by fund expenditure type: capital and operating.
NTD Data Tables organize and summarize data from the 2022 National Transit Database in a manner that is more useful for quick reference and summary analysis. This dataset is based on the 2022 Revenue Sources database file.
In years 2015-2021, you can find this data in the "Funding Sources" data table on NTD Program website, at https://transit.dot.gov/ntd/ntd-data.
If you have any other questions about this table, please contact the NTD Help Desk at NTDHelp@dot.gov.
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 \"datahub-transportation-gov/2022-ntd-annual-data-funding-sources-by-expense-4tmr-gwuu\".\"2022_ntd_annual_data_funding_sources_by_expense\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.