Skip to content

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

EUR/INR over YTD: show the values
PointEUR/INR
2025-12-31105.5966
2026-01-07104.9835
2026-01-14105.2119
2026-01-21107.5775
2026-01-28110.0931
2026-02-04106.8699
2026-02-11108.2117
2026-02-18107.4250
2026-02-25107.1670
2026-03-04107.2679
2026-03-11106.6290
2026-03-18106.8300
2026-03-25108.9006
2026-04-01108.4241
2026-04-08107.9534
2026-04-15110.0696
2026-04-22110.0606
2026-04-29111.0316
2026-05-06111.2866
2026-05-13112.0794
2026-05-20112.3171
2026-05-27111.3650
2026-06-03111.1576
2026-06-10109.9275
2026-06-17109.5745
2026-06-24107.3605
2026-07-01108.4215
2026-07-08108.9765
2026-07-15109.7941
2026-07-22110.1671
2026-07-29108.8476
2026-08-05109.9045
2026-08-12110.0691
2026-08-19111.1266
2026-08-26111.3476
2026-09-02109.9620
2026-09-09110.8226
2026-09-16110.7141
2026-09-23109.2500

High

112.3171

Low

104.9835

Average

109.1065

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.