Documentation

Ámbito reference

Cripto history

Third partyProvided by Ámbito and called directly from the request tester.

Returns Ámbito's historical cripto series for an inclusive date range.

GEThttps://mercados.ambito.com/dolarcripto/historico-general/{startDate}/{endDate}

This is an undocumented third-party endpoint and may change without notice.

Dates in the response use Buenos Aires calendar days. BlueHouse normalizes them to ISO timestamps before storage.

Parameters

FieldTypeDescription
startDate*DD-MM-YYYYInclusive first date in Ámbito’s URL format.
endDate*DD-MM-YYYYInclusive last date in Ámbito’s URL format.

Response

FieldTypeDescription
[0]string[]Header row. Usually Fecha plus Compra/Venta or a single Referencia/Venta column.
[1…n]string[]Historical rows using DD/MM/YYYY dates and localized decimal strings.

Example

[
  [
    "Fecha",
    "Compra",
    "Venta"
  ],
  [
    "12/06/2026",
    "1.401,62",
    "1.452,55"
  ]
]