Argentina Dollar Blue & Oficial Exchange Rate Scraper
Extract Argentina dollar exchange rates (blue, oficial, MEP, CCL, tarjeta, cripto, mayorista) with buy and sell prices in pesos, spread and daily change. Includes historical series plus EUR, BRL and CLP rates. Export to JSON, CSV or Excel.
{ "date": "2026-07-24", "source": "Oficial", "buy": 1462, "sell": 1513, "spread": 51, "avg": 1487.5, "currency": "ARS", "dataSource": "bluelytics.com.ar", "observedAt": "2026-07-25T06:43:05.720Z" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Date | Buy | Sell | Spread |
|---|---|---|---|
| 2026-07-24 | 1462 | 1513 | 51 |
| 2026-07-24 | 1499 | 1545 | 46 |
| 2026-07-23 | 1460 | 1511 | 51 |
| 2026-07-23 | 1513 | 1560 | 47 |
| 2026-07-22 | 1450 | 1501 | 51 |
{ "date": "2026-07-24", "source": "Oficial", "buy": 1462, "sell": 1513, "spread": 51, "avg": 1487.5, "currency": "ARS", "dataSource": "bluelytics.com.ar", "observedAt": "2026-07-25T06:43:05.720Z" }
常见问题
Which Argentine dollar rates does this scraper cover?
It covers the eight commonly quoted dollar types: oficial, blue, bolsa (MEP), contado con liquidacion (CCL), tarjeta, cripto, mayorista and ahorro, plus four foreign currencies quoted in pesos: Euro, Brazilian real, Chilean peso and Uruguayan peso. You can collect all of them or pick a subset of dollar types with the Rate Types input.
Can I get historical exchange rate data?
Yes. Set Mode to historical and the scraper returns the full daily evolution series of the official and blue dollar from Bluelytics, one record per day with buy, sell and spread. Leave Mode on current to get the latest rates instead.
Does it include the daily percent change?
Yes. Each current dollar rate carries a variationPct field with the percent change for the day as reported by the source. Foreign currency records leave it null because the source does not publish a daily variation for them, and the scraper never invents a value.
Where does the data come from and how fresh is it?
Rates are aggregated from public open sources, dolarapi.com and criptoya.com. Each record includes an updatedAt timestamp showing when the source itself last refreshed that rate, so you always know how current the price is.
Can I choose a single source instead of combining them?
Yes. The Data Source input accepts dolarapi, criptoya or all. With all, dolarapi is used as the canonical feed and criptoya fills any missing buy or sell value and adds crypto stablecoin detail.
Why is the buy price sometimes null?
Some rate types, such as MEP and CCL when read from criptoya, are quoted as a single reference price rather than a buy and sell pair. In those cases buy and spread are null and only sell is populated. The scraper never invents a value.
How many records will a run return?
A full run returns up to eight records, one per dollar type. If you filter with Rate Types you get only the types you selected, and the Max Items input caps the count.