DOLAR BLUE
▲ $…
▲ $…
DOLAR OFICIAL
▼ $…
▼ $…
DOLAR MEP
▼ $…
▼ $…
DOLAR CCL
▼ $…
▼ $…
DOLAR TARJETA
▼ $…
▼ $…
INFLACIÓN
▲ 4.2%
▲ 4.2%
if(blue) document.getElementById('mdz-blue').innerText = blue.compra; if(oficial) document.getElementById('mdz-oficial').innerText = oficial.compra; if(mep) document.getElementById('mdz-mep').innerText = mep.compra; if(ccl) document.getElementById('mdz-ccl').innerText = ccl.compra; if(tarjeta) document.getElementById('mdz-tarjeta').innerText = tarjeta.compra; } catch (e) { console.error("Error al cargar cotización"); } } fetchDolarMDZ();