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
3mo 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 →
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.