Ámbito reference
Mayorista history
Third partyProvided by Ámbito and called directly from the request tester.Returns Ámbito's historical mayorista series for an inclusive date range.
GET
https://mercados.ambito.com/dolar/mayorista/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
| Field | Type | Description |
|---|---|---|
| startDate* | DD-MM-YYYY | Inclusive first date in Ámbito’s URL format. |
| endDate* | DD-MM-YYYY | Inclusive last date in Ámbito’s URL format. |
Response
| Field | Type | Description |
|---|---|---|
| [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"
]
]