Discover/infodolar.com API
live

infodolar.com APIinfodolar.com

Get live USD, EUR, and BRL exchange rates in Argentine Pesos via the InfoDolar API. Covers Blue, MEP, CCL, tarjeta, and bank-specific quotes.

Endpoints
3
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/2e897ac9-994a-4f11-a08a-75e7c6ad8d09/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2e897ac9-994a-4f11-a08a-75e7c6ad8d09/get_dolar_rates' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get current US Dollar exchange rates for different market types (Blue, MEP, CCL, mayorista, tarjeta, etc.) and individual bank/exchange entity rates in Argentine Pesos.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "entity_rates": "array of bank/exchange entity rate objects with entity, buy, sell, variation, spread, and timestamp",
    "market_rates": "array of market-level rate objects (Blue, MEP, CCL, promedio, tarjeta, mayorista) with entity, buy, sell, variation, spread, and timestamp"
  },
  "sample": {
    "data": {
      "entity_rates": [
        {
          "buy": 1365,
          "sell": 1415,
          "entity": "Banco Nación",
          "spread": 50,
          "timestamp": "2026-05-13T17:58:00-03:00",
          "variation": "0,71 %"
        }
      ],
      "market_rates": [
        {
          "buy": 1400,
          "sell": 1420,
          "entity": "Dólar Blue",
          "spread": 20,
          "timestamp": "2026-05-13T17:58:00-03:00",
          "variation": "0,35 %"
        },
        {
          "buy": 1424.83,
          "sell": 1425.21,
          "entity": "Dólar MEP",
          "spread": 0.38,
          "timestamp": "2026-05-13T17:59:00-03:00",
          "variation": "0,49 %"
        }
      ]
    },
    "status": "success"
  }
}

About the infodolar.com API

The InfoDolar API exposes 3 endpoints returning current Argentine Peso exchange rates for the US Dollar, Euro, and Brazilian Real. The get_dolar_rates endpoint alone covers up to six distinct market types — Blue, MEP, CCL, mayorista, tarjeta, and promedio — alongside individual buy/sell quotes from dozens of banks and exchange houses, with spread and intraday variation included in every response.

What the API Returns

All three endpoints — get_dolar_rates, get_euro_rates, and get_real_rates — return two arrays: market_rates and entity_rates. Every object in both arrays includes entity (name of the market type or financial institution), buy, sell, variation (intraday change), spread, and timestamp. No input parameters are required; each call returns the full current snapshot.

Dollar Endpoint in Detail

get_dolar_rates provides the widest market_rates coverage of the three endpoints. It distinguishes between the informal Blue rate, the MEP (Mercado Electrónico de Pagos) rate, the CCL (Contado con Liquidación) rate, the official wholesale rate (mayorista), the card rate (tarjeta), and the market average (promedio). These are the rate types most relevant to Argentine financial applications, as they reflect different legal and informal currency channels.

Euro and Real Endpoints

get_euro_rates and get_real_rates follow the same response shape but with narrower market_rates coverage: both return a single Promedio InfoDolar average rather than the multi-type breakdown seen in the dollar endpoint. Their entity_rates arrays still cover individual bank and exchange-house quotes with the same buy, sell, variation, spread, and timestamp fields.

Coverage Notes

All rates are denominated in Argentine Pesos (ARS). The API reflects the data published on infodolar.com, which aggregates quotes from Argentine banks and exchange entities. There is no historical endpoint; each call returns only the current snapshot. Timestamps are included per entity record, so you can detect how recently a given institution updated its quote.

Common use cases
  • Display real-time Blue and official dollar rates side-by-side in an Argentine personal finance app
  • Track MEP and CCL rate spreads over time by polling get_dolar_rates at regular intervals
  • Build a bank comparison tool showing which Argentine entity offers the best sell rate for USD
  • Alert users when the Blue-to-official dollar spread crosses a defined threshold
  • Incorporate Euro buy/sell quotes from multiple Argentine banks into a travel budgeting tool
  • Monitor intraday variation fields across entities to detect rate movement in ARS/BRL
  • Feed current tarjeta (card) dollar rates into an expense-tracking app for Argentine cardholders
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does InfoDolar have an official developer API?+
InfoDolar does not publish a documented public developer API. The Parse API is an independent way to access the rate data InfoDolar displays on its site.
What distinguishes the market_rates and entity_rates arrays in get_dolar_rates?+
market_rates contains aggregate or named market types such as Blue, MEP, CCL, mayorista, tarjeta, and promedio — each representing a distinct currency channel in Argentina. entity_rates contains one record per bank or exchange house, with that institution's own published buy and sell quotes. Both arrays share the same fields: entity, buy, sell, variation, spread, and timestamp.
Do get_euro_rates and get_real_rates include the same market breakdowns as the dollar endpoint?+
No. For Euro and Brazilian Real, market_rates returns only the Promedio InfoDolar average, not a full breakdown of Blue, MEP, CCL, and other channels. Those multi-type market breakdowns are specific to get_dolar_rates. The entity_rates arrays for all three currencies follow the same structure and cover individual bank quotes.
Does the API provide historical exchange rate data?+
Not currently. All three endpoints return only the current rate snapshot; there is no historical or time-series endpoint. You can fork this API on Parse and revise it to add an endpoint that stores and queries historical snapshots.
Are exchange rates for currencies other than USD, EUR, and BRL available?+
Not currently. The API covers Argentine Peso rates for US Dollars, Euros, and Brazilian Reals only. If you need rates for other currencies quoted on InfoDolar, you can fork this API on Parse and revise it to add the missing endpoint.
Page content last updated . Spec covers 3 endpoints from infodolar.com.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.