Skip to content

Dólares Ámbito

GET
/v1/ambito/dolares

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve todas las cotizaciones
JSON
[
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}
]

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares")
print(response.json())

Dólar Oficial

GET
/v1/ambito/dolares/oficial

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve la cotización del Dólar Oficial
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/oficial
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/oficial")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/oficial");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/oficial")
print(response.json())

Dólar Blue

GET
/v1/ambito/dolares/blue

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve la cotización del Dólar Blue
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/blue
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/blue")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/blue");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/blue")
print(response.json())

Dólar Bolsa

GET
/v1/ambito/dolares/bolsa

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve la cotización del Dólar Bolsa
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/bolsa
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/bolsa")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/bolsa");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/bolsa")
print(response.json())

Dólar Contado con Liquidación

GET
/v1/ambito/dolares/contadoconliqui

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve la cotización del Dólar Contado con liquidación
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/contadoconliqui
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/contadoconliqui")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/contadoconliqui");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/contadoconliqui")
print(response.json())

Dólar Tarjeta

GET
/v1/ambito/dolares/tarjeta

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve el valor del Dólar Tarjeta
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/tarjeta
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/tarjeta")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/tarjeta");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/tarjeta")
print(response.json())

Dólar Mayorista

GET
/v1/ambito/dolares/mayorista

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve la cotización del Dólar Mayorista
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/mayorista
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/mayorista")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/mayorista");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/mayorista")
print(response.json())

Dólar Cripto

GET
/v1/ambito/dolares/cripto

Devuelve la cotización según Ámbito Financiero.

Respuestas

Devuelve la cotización del Dólar Cripto
JSON
{
"compra": 0,
"venta": 0,
"casa": "string",
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}

Ejemplos

cURL
curl -X GET https://dolarapi.com/v1/ambito/dolares/cripto
JavaScript
fetch("https://dolarapi.com/v1/ambito/dolares/cripto")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("https://dolarapi.com/v1/ambito/dolares/cripto");
Python
import requests
response = requests.get("https://dolarapi.com/v1/ambito/dolares/cripto")
print(response.json())

Powered by VitePress OpenAPI