Documentation

Ámbito reference

Contado con liquidación history

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

Returns Ámbito's historical contado con liquidación series for an inclusive date range.

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

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

Ámbito expects the date segments in end/start order for this house. The tester handles that reversal.

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",
    "Referencia"
  ],
  [
    "12/06/2026",
    "1.452,55"
  ]
]