cURL
curl --request GET \ --url https://api.factiliza.com/v1/tipocambio/info/dia \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "Exito", "data": { "fecha": "2024-04-11", "compra": 3.773, "venta": 3.781 } }
Retorna el tipo de cambio segun la fecha
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
La fecha a consultar. Ejm 2024-01-01
cee response
The response is of type object.
object