Skip to content

EUR to INR exchange rate API

Euro to Indian Rupee · quoted 2026-09-26

109.4840

▲ +5.73% over 1Y

1 EUR = 109.4840 INR · 1 INR = 0.009134 EUR · Get this rate via the API

1 EUR buys 109.4840 INR as of 2026-09-26, so 1 INR buys 0.009134 EUR. Over the last year, EUR/INR traded between 101.9580 and 111.9596, averaged 107.6339 and rose 5.73%. The API holds daily EUR/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

EUR/INR over 1Y

EUR/INR over 1Y: show the values
PointEUR/INR
2025-09-26103.5495
2025-10-03104.1830
2025-10-10102.6204
2025-10-17102.7870
2025-10-24101.9580
2025-10-31102.5070
2025-11-07102.5180
2025-11-14103.2866
2025-11-21103.2629
2025-11-28103.4905
2025-12-05104.7331
2025-12-12106.1955
2025-12-19105.0540
2025-12-26106.2020
2026-01-02105.7191
2026-01-09105.0336
2026-01-16105.3971
2026-01-23107.8641
2026-01-30109.5826
2026-02-06106.9266
2026-02-13107.4810
2026-02-20107.0155
2026-02-27107.5206
2026-03-06106.1745
2026-03-13106.0206
2026-03-20108.1750
2026-03-27109.1946
2026-04-03106.8147
2026-04-10108.7795
2026-04-17109.5025
2026-04-24110.3885
2026-05-01111.7353
2026-05-08111.1286
2026-05-15111.5940
2026-05-22110.9586
2026-05-29110.6196
2026-06-05110.5216
2026-06-12110.0195
2026-06-19108.1676
2026-06-26107.6305
2026-07-03109.0020
2026-07-10108.9666
2026-07-17110.1020
2026-07-24109.8650
2026-07-31109.5496
2026-08-07109.8276
2026-08-14110.3818
2026-08-21111.9596
2026-08-28111.0585
2026-09-04109.8165
2026-09-11110.7676
2026-09-18109.8755
2026-09-25109.2605

High

111.9596

Low

101.9580

Average

107.6339

For developers

Get this rate via the API

One GET request returns the EUR/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/INR API questions

How do I get the EUR/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/INR rate in rates.INR.

How far back does EUR/INR historical data go?

Daily EUR/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/INR 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.