Discover/ambito.com API
live

ambito.com APIambito.com

Access real-time Argentine currency prices (Dólar Blue, BNA, Euro) and historical riesgo país data from Ambito.com via a simple REST API.

Endpoints
2
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/5658b1c6-aaf8-42ee-8bc1-ecad748ae886/<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/5658b1c6-aaf8-42ee-8bc1-ecad748ae886/get_currency_prices' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Extract all current currency prices and market indicators (Dólar BNA, Dólar Blue, Euro, Riesgo País, commodities, etc.) from Ambito.com. Returns the latest available prices with buy/sell rates, variation, and timestamps.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of objects with keys: currency (string, indicator name), buy (string or null, buy price), sell (string or null, sell price), value (string or null, current value), date (string or null, last update timestamp), variation (string or null, percentage change), source_link (string or null, relative URL to detail page)"
  },
  "sample": {
    "data": [
      {
        "buy": "1360,98",
        "date": "13/05/2026 - 15:51",
        "sell": "1412,45",
        "value": "1360,98",
        "currency": "Dólar Oficial",
        "variation": "0,27%",
        "source_link": "/contenidos/dolar-oficial.html"
      },
      {
        "buy": null,
        "date": "13-05-2026",
        "sell": null,
        "value": "523",
        "currency": "Riesgo País",
        "variation": "2,35%",
        "source_link": "/contenidos/riesgo-pais.html"
      }
    ],
    "status": "success"
  }
}

About the ambito.com API

The Ambito.com API exposes 2 endpoints covering real-time Argentine market indicators and historical country risk data. The get_currency_prices endpoint returns current buy and sell rates for a broad set of indicators including Dólar BNA, Dólar Blue, Euro, and select commodities. The get_historical_riesgo_pais endpoint delivers daily riesgo país values for any custom date range, sorted in descending chronological order.

Currency Prices and Market Indicators

The get_currency_prices endpoint takes no input parameters and returns an array of market indicator objects. Each object includes a currency field (the indicator name, e.g. "Dólar Blue" or "Riesgo País"), a buy field, and a sell field — both strings that may be null for indicators where a buy/sell spread does not apply. The response reflects the latest prices available on Ambito.com and covers a range of instruments including official and parallel dollar rates, the euro, and commodity benchmarks.

Historical Riesgo País

The get_historical_riesgo_pais endpoint returns daily country risk values expressed in basis points. Both start_date and end_date are optional strings in DD-MM-YYYY format. Omitting end_date defaults to the current date. Results are returned as an array of objects, each containing a date string and a value string representing the riesgo país reading for that day. Records are ordered most-recent first, which makes it straightforward to read recent trends without reversing the array.

Data Coverage and Format Notes

All numeric values — prices, rates, and risk readings — are returned as strings rather than numbers, so consumers should cast them before arithmetic. The buy and sell fields on currency objects can be null for indicators that do not have a two-sided market (for example, a commodity index or the country risk figure itself). Date filtering on the historical endpoint is inclusive on both ends, and the full available history on Ambito.com can be retrieved by setting a wide date range.

Common use cases
  • Display a live Dólar Blue vs. Dólar BNA spread widget in a personal finance app using buy and sell fields.
  • Track the daily riesgo país trend over rolling 90-day windows using get_historical_riesgo_pais with start_date and end_date.
  • Alert users when the riesgo país value crosses a configurable threshold by polling the historical endpoint for the latest reading.
  • Build a time-series chart of Argentine sovereign risk for an economics research dashboard.
  • Populate a currency conversion tool with the latest official and parallel dollar rates from get_currency_prices.
  • Archive daily riesgo país readings into a local database by querying the historical endpoint with yesterday's date each morning.
  • Compare Euro and Dólar BNA sell rates over time by combining live prices with historical context.
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 Ambito.com have an official developer API?+
Ambito.com does not publish an official public developer API or documented REST interface for external consumption.
What exactly does `get_currency_prices` return, and which indicators are included?+
The endpoint returns an array where each object has three fields: currency (the indicator name), buy (buy price as a string or null), and sell (sell price as a string or null). Covered indicators include Dólar BNA, Dólar Blue, Euro, Riesgo País, and select commodities. Indicators that lack a two-sided market return null for buy and/or sell.
Can I retrieve intraday or hourly riesgo país data?+
Not currently. The get_historical_riesgo_pais endpoint provides one value per calendar day; sub-daily granularity is not exposed. You can fork this API on Parse and revise it to add an intraday endpoint if Ambito.com surfaces that data.
Are other Argentine financial indicators — such as Merval index levels or bond prices — available?+
Not currently. The API covers currency exchange rates and market indicators via get_currency_prices and historical riesgo país via get_historical_riesgo_pais. You can fork this API on Parse and revise it to add endpoints for additional instruments like equity indices or sovereign bonds.
What is the date range I can query with `get_historical_riesgo_pais`, and what happens if I omit the dates?+
Both start_date and end_date are optional and use DD-MM-YYYY format. Omitting end_date defaults it to the current date. Omitting start_date returns data from the earliest available record through the end date. Results are always ordered most-recent first.
Page content last updated . Spec covers 2 endpoints from ambito.com.
Related APIs in FinanceSee all →
argenstats.com API
Access Argentina's key economic indicators including the EMAE activity index, inflation (IPC), dollar exchange rates (BLUE, CCL, MEP, OFICIAL, and more), country risk, employment, and poverty levels. Retrieve current values, historical series, and forecasting event listings from ArgenStats.
infodolar.com API
Retrieve real-time exchange rates for the US Dollar, Euro, and Brazilian Real from InfoDolar.com, including market-type breakdowns (Blue, MEP, CCL, Official, and more) and individual bank or exchange-house quotations in Argentine Pesos.
bcra.gob.ar API
Access regulations, communications, and news from Argentina's Central Bank while retrieving real-time monetary variables and economic indicators. Search BCRA communications by type, date, or number, and monitor the latest financial statistics and homepage data all in one place.
x-rates.com API
x-rates.com API
xe.com API
Access live mid-market exchange rates, convert between any currency pair, and retrieve historical rate data and currency metadata from xe.com.
forex.com API
Access real-time forex prices and currency exchange rates, track client sentiment and pivot points, and browse economic calendar events. Search across multiple currency instruments and retrieve rollover rates.
resbank.co.za API
Access real-time and historical financial data from South Africa's central bank, including prime rates, repo rates, exchange rates, inflation metrics (CPI and PPI), and commodity prices like gold. Track key interest rate benchmarks such as SABOR and ZARONIA rates, and monitor market rates to stay informed on South African economic indicators.
euribor-rates.eu API
Access current and historical Euribor 6-month interest rates to track lending benchmarks and analyze rate trends over time. Monitor real-time rate changes and retrieve past data to inform financial decisions and pricing strategies.