---
title: "Budget Comparison"
method: GET
path: "/api/budgets/comparison"
tags: ["budgets"]
---

# Budget Comparison

`GET /api/budgets/comparison`

## Query parameters

- `month` string, date, nullable

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- BudgetVsActual[]
  - `category_id` string, uuid, required
  - `category_name` string, required
  - `category_icon` string, required
  - `category_color` string, required
  - `group_id` string, uuid, nullable
  - `group_name` string, nullable
  - `budget_amount` string, nullable
  - `actual_amount` string, required
  - `prev_month_amount` string
  - `percentage_used` number, nullable
  - `is_recurring` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
