EUR to INR exchange rate API
Euro to Indian Rupee · quoted 2026-09-26
109.4840
▲ +3.68% over YTD
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 year to date, EUR/INR traded between 104.9835 and 112.3171, averaged 109.1065 and rose 3.68%. 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 YTD: show the values
| Point | EUR/INR |
|---|---|
| 2025-12-31 | 105.5966 |
| 2026-01-07 | 104.9835 |
| 2026-01-14 | 105.2119 |
| 2026-01-21 | 107.5775 |
| 2026-01-28 | 110.0931 |
| 2026-02-04 | 106.8699 |
| 2026-02-11 | 108.2117 |
| 2026-02-18 | 107.4250 |
| 2026-02-25 | 107.1670 |
| 2026-03-04 | 107.2679 |
| 2026-03-11 | 106.6290 |
| 2026-03-18 | 106.8300 |
| 2026-03-25 | 108.9006 |
| 2026-04-01 | 108.4241 |
| 2026-04-08 | 107.9534 |
| 2026-04-15 | 110.0696 |
| 2026-04-22 | 110.0606 |
| 2026-04-29 | 111.0316 |
| 2026-05-06 | 111.2866 |
| 2026-05-13 | 112.0794 |
| 2026-05-20 | 112.3171 |
| 2026-05-27 | 111.3650 |
| 2026-06-03 | 111.1576 |
| 2026-06-10 | 109.9275 |
| 2026-06-17 | 109.5745 |
| 2026-06-24 | 107.3605 |
| 2026-07-01 | 108.4215 |
| 2026-07-08 | 108.9765 |
| 2026-07-15 | 109.7941 |
| 2026-07-22 | 110.1671 |
| 2026-07-29 | 108.8476 |
| 2026-08-05 | 109.9045 |
| 2026-08-12 | 110.0691 |
| 2026-08-19 | 111.1266 |
| 2026-08-26 | 111.3476 |
| 2026-09-02 | 109.9620 |
| 2026-09-09 | 110.8226 |
| 2026-09-16 | 110.7141 |
| 2026-09-23 | 109.2500 |
High
112.3171
Low
104.9835
Average
109.1065
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.