---
title: "Reads a single Budget option"
method: GET
path: "/api/2026-07-01/resources/finance/budget_options/{id}"
tags: ["Finance > BudgetOption"]
---

# Reads a single Budget option

`GET /api/2026-07-01/resources/finance/budget_options/{id}`

Fetch budget options for the company

## Path parameters

- `id` string, required

## Response `200`

OK

- FinanceBudgetOption
  - `id` string, required — Unique identifier for the budget option
  - `name` string, required — Name of the budget option
  - `description` string — Description of the budget option
  - `currency` string, required — Currency of the budget option
  - `legal_entity_id` string, required — Legal entity ID of the budget option

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
