> For the complete documentation index, see [llms.txt](https://docs.factpro.la/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factpro.la/api-consulta-tipo-de-cambio/tipo-de-cambio-ultimo-dia.md).

# Tipo de cambio: Último día

**Método** <mark style="background-color:green;">GET</mark>

**URL: <https://consultas.factpro.la/api/v1/tipocambio/latest>**

**Header**

<table><thead><tr><th width="472">Name</th><th>Value</th></tr></thead><tbody><tr><td>Authorization</td><td>Bearer {token_empresa}</td></tr></tbody></table>

**Response**

```json
{
    "fecha": "2024-08-07",
    "compra": 3.744,
    "venta": 3.754
}
```
