This query returns categories where spending is currently below the budgeted amount, sorted by largest savings first.
Developer info
- API endpoint slug
- eclosion.list_under_budget_categories
- Runtime method
- performQuery("eclosion.list_under_budget_categories"}
Query fields
No fields for this query
Ingredients
Category name The name of the budget category that is under budget.
- Slug
- category_name
- Filter code
- Eclosion.listUnderBudgetCategories.CategoryName
- Type
- String
- Example
- Groceries
Budget amount The total amount budgeted for this category this month.
- Slug
- budget_amount
- Filter code
- Eclosion.listUnderBudgetCategories.BudgetAmount
- Type
- String
- Example
- 500
Actual spending The total amount actually spent in this category this month.
- Slug
- actual_spending
- Filter code
- Eclosion.listUnderBudgetCategories.ActualSpending
- Type
- String
- Example
- 320
Amount saved The dollar amount saved compared to the budgeted amount.
- Slug
- amount_saved
- Filter code
- Eclosion.listUnderBudgetCategories.AmountSaved
- Type
- String
- Example
- 180
Percent saved The percentage of the budget that has been saved so far.
- Slug
- percent_saved
- Filter code
- Eclosion.listUnderBudgetCategories.PercentSaved
- Type
- String
- Example
- 36
