Skip to content

INR to YER exchange rate API

Indian Rupee to Yemeni Rial · quoted 2026-09-25

2.4609

▼ +8.79% over 1Y

1 INR = 2.4609 YER · 1 YER = 0.40635 INR · Get this rate via the API

1 INR buys 2.4609 YER as of 2026-09-25, so 1 YER buys 0.40635 INR. Over the last year, INR/YER traded between 2.4609 and 2.7202, averaged 2.5748 and fell 8.79%. The API holds daily INR/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/YER over 1Y

INR/YER over 1Y: show the values
PointINR/YER
2025-09-252.6982
2025-10-022.6970
2025-10-092.6914
2025-10-162.7158
2025-10-232.7202
2025-10-302.6895
2025-11-062.6971
2025-11-132.6901
2025-11-202.6884
2025-11-272.6677
2025-12-042.6526
2025-12-122.6334
2025-12-192.6578
2025-12-262.6440
2026-01-022.6431
2026-01-092.6429
2026-01-162.6278
2026-01-232.5941
2026-01-302.5929
2026-02-062.6293
2026-02-132.6303
2026-02-202.6216
2026-02-272.6185
2026-03-062.5964
2026-03-132.5826
2026-03-202.5486
2026-03-272.5169
2026-04-032.5740
2026-04-102.5682
2026-04-172.5710
2026-04-242.5318
2026-05-012.5068
2026-05-082.5251
2026-05-162.4857
2026-05-242.4883
2026-05-312.5090
2026-06-092.5025
2026-06-162.5232
2026-06-232.5189
2026-06-302.5205
2026-07-072.4963
2026-07-142.4642
2026-07-212.4709
2026-07-282.4869
2026-08-042.4990
2026-08-112.4860
2026-08-182.4780
2026-08-262.4849
2026-09-022.4955
2026-09-092.4921
2026-09-162.4650
2026-09-232.4713

High

2.7202

Low

2.4609

Average

2.5748

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=YER").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/YER API questions

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

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

How far back does INR/YER historical data go?

Daily INR/YER rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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