Skip to content

EUR to ARS exchange rate API

Euro to Argentine Peso · quoted 2026-09-24

1723.11

▲ +7.18% over 1Y

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 last year, EUR/ARS traded between 1577.74 and 1760.07, averaged 1671.12 and rose 7.18%. 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 1Y

EUR/ARS over 1Y: show the values
PointEUR/ARS
2025-09-241607.64
2025-10-011617.62
2025-10-081662.34
2025-10-151577.74
2025-10-221726.72
2025-10-291714.39
2025-11-051674.97
2025-11-121632.06
2025-11-191621.90
2025-11-261675.81
2025-12-031699.13
2025-12-111684.06
2025-12-181699.59
2025-12-251708.50
2026-01-011704.75
2026-01-081705.15
2026-01-151689.64
2026-01-221674.01
2026-01-291728.23
2026-02-051707.89
2026-02-121667.69
2026-02-191641.48
2026-02-261650.63
2026-03-051628.22
2026-03-121611.25
2026-03-191602.13
2026-03-261588.71
2026-04-021603.85
2026-04-091620.71
2026-04-161600.61
2026-04-231612.01
2026-04-301627.75
2026-05-071633.38
2026-05-151618.32
2026-05-231631.39
2026-05-301642.87
2026-06-061670.26
2026-06-151652.63
2026-06-221665.90
2026-06-291687.33
2026-07-061703.76
2026-07-131703.75
2026-07-201684.37
2026-07-271695.26
2026-08-031714.37
2026-08-101726.09
2026-08-171709.75
2026-08-251760.07
2026-09-011748.55
2026-09-081755.70
2026-09-151740.05
2026-09-221735.46

High

1760.07

Low

1577.74

Average

1671.12

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.