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: show the values
| Point | EUR/INR |
|---|---|
| 2025-09-26 | 103.5495 |
| 2025-10-03 | 104.1830 |
| 2025-10-10 | 102.6204 |
| 2025-10-17 | 102.7870 |
| 2025-10-24 | 101.9580 |
| 2025-10-31 | 102.5070 |
| 2025-11-07 | 102.5180 |
| 2025-11-14 | 103.2866 |
| 2025-11-21 | 103.2629 |
| 2025-11-28 | 103.4905 |
| 2025-12-05 | 104.7331 |
| 2025-12-12 | 106.1955 |
| 2025-12-19 | 105.0540 |
| 2025-12-26 | 106.2020 |
| 2026-01-02 | 105.7191 |
| 2026-01-09 | 105.0336 |
| 2026-01-16 | 105.3971 |
| 2026-01-23 | 107.8641 |
| 2026-01-30 | 109.5826 |
| 2026-02-06 | 106.9266 |
| 2026-02-13 | 107.4810 |
| 2026-02-20 | 107.0155 |
| 2026-02-27 | 107.5206 |
| 2026-03-06 | 106.1745 |
| 2026-03-13 | 106.0206 |
| 2026-03-20 | 108.1750 |
| 2026-03-27 | 109.1946 |
| 2026-04-03 | 106.8147 |
| 2026-04-10 | 108.7795 |
| 2026-04-17 | 109.5025 |
| 2026-04-24 | 110.3885 |
| 2026-05-01 | 111.7353 |
| 2026-05-08 | 111.1286 |
| 2026-05-15 | 111.5940 |
| 2026-05-22 | 110.9586 |
| 2026-05-29 | 110.6196 |
| 2026-06-05 | 110.5216 |
| 2026-06-12 | 110.0195 |
| 2026-06-19 | 108.1676 |
| 2026-06-26 | 107.6305 |
| 2026-07-03 | 109.0020 |
| 2026-07-10 | 108.9666 |
| 2026-07-17 | 110.1020 |
| 2026-07-24 | 109.8650 |
| 2026-07-31 | 109.5496 |
| 2026-08-07 | 109.8276 |
| 2026-08-14 | 110.3818 |
| 2026-08-21 | 111.9596 |
| 2026-08-28 | 111.0585 |
| 2026-09-04 | 109.8165 |
| 2026-09-11 | 110.7676 |
| 2026-09-18 | 109.8755 |
| 2026-09-25 | 109.2605 |
High
111.9596
Low
101.9580
Average
107.6339
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.