The currency converter lets you instantly convert any amount between 30 major world currencies. Exchange rates are fetched live from the ExchangeRate API each time you click Convertir, so results always reflect current market rates.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lucavallini/wert-app/llms.txt
Use this file to discover all available pages before exploring further.
How to use
- Select the source currency from the Moneda dropdown (
moneda_combo_box). This is the currency you are converting from. - Enter the amount to convert in the amount field (
monto_input). - Select the target currency from the Cambio dropdown (
cambio_combo_box). This is the currency you are converting to. - Click the Convertir button. The converted amount appears in the result area (
conversion_text), rounded to two decimal places.
You cannot convert a currency to itself. If both dropdowns show the same currency, an error dialog appears before any API call is made.
Conversion formula
The result is calculated by multiplying the entered amount by the live exchange rate returned by the API:Supported currencies
The converter supports the following 30 currencies, defined inget_monedas():
| Code | Currency |
|---|---|
| USD | Dólar Estadounidense |
| EUR | Euro |
| ARS | Peso Argentino |
| BRL | Real Brasileño |
| MXN | Peso Mexicano |
| GBP | Libra Esterlina |
| JPY | Yen Japonés |
| CNY | Yuan Chino |
| CAD | Dólar Canadiense |
| AUD | Dólar Australiano |
| CHF | Franco Suizo |
| RUB | Rublo Ruso |
| INR | Rupia India |
| TRY | Lira Turca |
| KRW | Won Surcoreano |
| IDR | Rupia Indonesia |
| ZAR | Rand Sudafricano |
| NZD | Dólar Neozelandés |
| HKD | Dólar Hongkonés |
| SGD | Dólar Singapurense |
| SEK | Corona Sueca |
| NOK | Corona Noruega |
| DKK | Corona Danesa |
| PLN | Zloty Polaco |
| THB | Baht Tailandés |
| HUF | Florín Húngaro |
| CZK | Corona Checa |
| CLP | Peso Chileno |
| PEN | Sol Peruano |
| COP | Peso Colombiano |