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": 725700001095.77,
"budget_authority": 964234885562.89,
"obligated": 725700001095.77,
"unobligated": 238534884467.12,
"balance_brought_forward": 0.0,
"other_budgetary_resources": 0.0,
"appropriations": 964234885562.89,
"name": "Interest on the Public Debt (Indefinite), Bureau of the Fiscal Service, Treasury"
}
}