Fiscal Year Snapshot Federal Accounts
This route sends a request to the backend to retrieve budget information for a federal account. If no fiscal year is used, the federal accounts most recent fiscal year is used.
Documentation for this endpoint can be found here.
GET /api/v2/federal_accounts/4324/fiscal_year_snapshot/
{
"results": {
"outlay": 261083682980.92,
"budget_authority": 618297893337.42,
"obligated": 261083682980.92,
"unobligated": 357214210356.5,
"balance_brought_forward": 0.0,
"other_budgetary_resources": 0.0,
"appropriations": 618297893337.42,
"name": "Interest on the Public Debt (Indefinite), Bureau of the Fiscal Service, Treasury"
}
}