---
title: "List"
method: GET
path: "/api/currency_types"
tags: ["Monedas"]
---

# List

`GET /api/currency_types`

Lista de monedas

## Response `200`

Successful Response

- CurrencyTypeOut[]
  - `nombre` string, required
  - `codigo` string, required
  - `simbolo` string, required
  - `tasa_de_cambio` number, nullable
  - `id` integer, required
  - `company_moneda_id` integer, nullable

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
