Skip to content

INR to AMD exchange rate API

Indian Rupee to Armenian Dram · quoted 2026-09-24

3.7799

▼ +10.93% over YTD

1 INR = 3.7799 AMD · 1 AMD = 0.26456 INR · Get this rate via the API

1 INR buys 3.7799 AMD as of 2026-09-24, so 1 AMD buys 0.26456 INR. Over the year to date, INR/AMD traded between 3.7799 and 4.2439, averaged 3.9582 and fell 10.93%. The API holds daily INR/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/AMD over YTD

INR/AMD over YTD: show the values
PointINR/AMD
2025-12-314.2439
2026-01-074.2331
2026-01-144.2147
2026-01-214.1384
2026-01-284.0708
2026-02-044.1629
2026-02-114.1433
2026-02-184.1459
2026-02-254.1507
2026-03-044.0910
2026-03-114.0973
2026-03-184.0562
2026-03-254.0116
2026-04-014.0370
2026-04-084.0627
2026-04-154.0047
2026-04-223.9720
2026-04-293.9160
2026-05-063.9069
2026-05-143.8493
2026-05-213.8238
2026-05-293.8652
2026-06-053.8845
2026-06-143.8614
2026-06-213.8917
2026-06-283.8871
2026-07-053.8553
2026-07-123.8431
2026-07-193.8014
2026-07-263.7844
2026-08-023.8265
2026-08-093.8381
2026-08-163.8250
2026-08-243.8081
2026-08-313.8495
2026-09-073.8504
2026-09-143.8008
2026-09-213.7859

High

4.2439

Low

3.7799

Average

3.9582

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/AMD API questions

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

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

How far back does INR/AMD historical data go?

Daily INR/AMD 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/AMD 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.