Widgets embebibles de divisas | Tipo de Cambio Chile

Widgets embebibles de divisas

Agrega a tu web un widget de tipo de cambio o un conversor mini en segundos. Copia el fragmento de código y pégalo en tu CMS o HTML. Son responsivos, ligeros y se actualizan automáticamente.

Widget: Dólar (u otra divisa) hoy en CLP

Muestra el valor actual de una divisa frente al peso chileno (CLP), con fecha de actualización y auto-refresh. Soporta code (USD, EUR, etc.), theme (light, dark) y refresh en segundos.

Vista previa
Incrusta este código
<iframe
  src="https://cambista.cl/widget/dolar_hoy.php?code=USD&theme=light&refresh=300"
  style="width:100%;max-width:420px;height:140px;border:0;overflow:hidden;"
  title="Dólar hoy en CLP"></iframe>
Parámetros
  • code: USD, EUR, ARS, PEN, BRL, MXN, GBP, JPY, etc.
  • theme: light o dark.
  • refresh: segundos para auto-actualizar (ej. 300).

Widget: Conversor mini (base → CLP)

Un conversor rápido desde la divisa seleccionada hacia CLP. Ideal para posts, tiendas o blogs con precios en otra moneda.

Vista previa
Incrusta este código
<iframe
  src="https://cambista.cl/widget/conversor_mini.php?base=USD&theme=light"
  style="width:100%;max-width:420px;height:200px;border:0;overflow:hidden;"
  title="Conversor mini a CLP"></iframe>
Parámetros
  • base: USD, EUR, ARS, PEN, BRL, MXN, GBP, JPY, etc.
  • theme: light o dark.
  • amount (opcional): monto inicial (ej. 100).

Guía rápida

  • Los widgets están hechos para usarse con <iframe> y no requieren configuración extra.
  • Se adaptan al ancho disponible del contenedor padre.
  • Si tu CMS bloquea iframes, habilítalos para tu dominio.