EUR to ARS exchange rate API
Euro to Argentine Peso · quoted 2026-09-24
1723.11
▲ +1.03% over YTD
1 EUR = 1723.11 ARS · 1 ARS = 0.000580 EUR · Get this rate via the API
1 EUR buys 1723.11 ARS as of 2026-09-24, so 1 ARS buys 0.000580 EUR. Over the year to date, EUR/ARS traded between 1604.42 and 1753.92, averaged 1677.38 and rose 1.03%. The API holds daily EUR/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/ARS over YTD: show the values
| Point | EUR/ARS |
|---|---|
| 2025-12-31 | 1705.52 |
| 2026-01-07 | 1714.33 |
| 2026-01-14 | 1698.90 |
| 2026-01-21 | 1683.66 |
| 2026-01-28 | 1727.32 |
| 2026-02-04 | 1708.01 |
| 2026-02-11 | 1669.85 |
| 2026-02-18 | 1651.03 |
| 2026-02-25 | 1625.62 |
| 2026-03-04 | 1648.17 |
| 2026-03-11 | 1620.77 |
| 2026-03-18 | 1605.58 |
| 2026-03-25 | 1619.84 |
| 2026-04-01 | 1604.42 |
| 2026-04-08 | 1630.53 |
| 2026-04-15 | 1609.16 |
| 2026-04-22 | 1613.05 |
| 2026-04-29 | 1644.32 |
| 2026-05-06 | 1638.18 |
| 2026-05-14 | 1629.07 |
| 2026-05-21 | 1620.57 |
| 2026-05-29 | 1641.16 |
| 2026-06-05 | 1672.67 |
| 2026-06-14 | 1656.19 |
| 2026-06-21 | 1678.55 |
| 2026-06-28 | 1682.12 |
| 2026-07-05 | 1702.51 |
| 2026-07-12 | 1696.58 |
| 2026-07-19 | 1689.87 |
| 2026-07-26 | 1703.91 |
| 2026-08-02 | 1715.41 |
| 2026-08-09 | 1732.80 |
| 2026-08-16 | 1720.30 |
| 2026-08-24 | 1750.10 |
| 2026-08-31 | 1748.74 |
| 2026-09-07 | 1753.92 |
| 2026-09-14 | 1747.66 |
| 2026-09-21 | 1734.29 |
High
1753.92
Low
1604.42
Average
1677.38
Get this rate via the API
One GET request returns the EUR/ARS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/ARS API questions
How do I get the EUR/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/ARS rate in rates.ARS.
How far back does EUR/ARS historical data go?
Daily EUR/ARS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/ARS exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.