EUR to INR exchange rate API
Euro to Indian Rupee · quoted 2026-09-26
109.4840
▲ +26.71% over 5Y
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 5 years, EUR/INR traded between 79.5465 and 111.7405, averaged 94.3709 and rose 26.71%. 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 5Y: show the values
| Point | EUR/INR |
|---|---|
| 2021-09-27 | 86.4026 |
| 2021-11-08 | 85.8135 |
| 2021-12-20 | 85.5025 |
| 2022-01-31 | 83.3656 |
| 2022-03-14 | 83.9311 |
| 2022-04-27 | 81.0706 |
| 2022-06-08 | 83.4140 |
| 2022-07-20 | 81.5990 |
| 2022-08-31 | 79.5465 |
| 2022-10-12 | 79.8955 |
| 2022-11-23 | 84.4660 |
| 2023-01-05 | 87.4755 |
| 2023-02-16 | 88.4574 |
| 2023-03-30 | 89.3575 |
| 2023-05-16 | 89.4655 |
| 2023-06-27 | 89.7946 |
| 2023-08-08 | 90.6615 |
| 2023-09-19 | 89.1438 |
| 2023-10-31 | 88.4195 |
| 2023-12-12 | 90.0765 |
| 2024-01-26 | 90.3691 |
| 2024-03-08 | 90.4366 |
| 2024-04-23 | 88.9476 |
| 2024-06-05 | 90.7081 |
| 2024-07-17 | 91.3642 |
| 2024-08-27 | 93.6741 |
| 2024-10-01 | 93.6961 |
| 2024-10-31 | 91.4931 |
| 2024-11-30 | 89.4867 |
| 2024-12-30 | 89.2686 |
| 2025-01-29 | 89.9945 |
| 2025-02-28 | 90.9710 |
| 2025-03-30 | 92.7145 |
| 2025-04-29 | 96.8228 |
| 2025-05-29 | 96.4173 |
| 2025-06-28 | 100.0629 |
| 2025-07-28 | 101.0356 |
| 2025-08-27 | 101.7391 |
| 2025-09-26 | 103.5495 |
| 2025-10-26 | 102.3941 |
| 2025-11-25 | 103.0344 |
| 2025-12-25 | 105.7860 |
| 2026-01-24 | 108.3097 |
| 2026-02-23 | 107.1150 |
| 2026-03-25 | 108.9006 |
| 2026-04-24 | 110.3885 |
| 2026-05-24 | 111.4742 |
| 2026-06-23 | 107.9281 |
| 2026-07-23 | 110.0256 |
| 2026-08-22 | 111.7405 |
| 2026-09-21 | 110.0975 |
High
111.7405
Low
79.5465
Average
94.3709
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.