Veteran Compensation Expenditures By State of Residence and Age Group FY 2023
This provides a count of Veterans on the rolls for Compensation Service in FY 2023 with expenditures for compensation claims by state and the age groups of Veterans in each category.
See VBA's Annual Benefits Report for additional information: www.benefits.va.gov/REPORTS/abr/
To protect Veteran privacy any categories containing less than ten Veterans are not included.
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-va-gov/veteran-compensation-expenditures-by-state-of-2sc2-zyk7\".\"veteran_compensation_expenditures_by_state_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.