Skip to content

INR to AMD exchange rate API

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

3.7799

▼ +12.56% over 1Y

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 last year, INR/AMD traded between 3.7799 and 4.3390, averaged 4.0477 and fell 12.56%. 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 1Y

INR/AMD over 1Y: show the values
PointINR/AMD
2025-09-244.3228
2025-10-014.3083
2025-10-084.3065
2025-10-154.3390
2025-10-224.3316
2025-10-294.3313
2025-11-054.3062
2025-11-124.3133
2025-11-194.3168
2025-11-264.2636
2025-12-034.2288
2025-12-114.2280
2025-12-184.2131
2025-12-254.2476
2026-01-014.2434
2026-01-084.2310
2026-01-154.1903
2026-01-224.1202
2026-01-294.1119
2026-02-054.1716
2026-02-124.1705
2026-02-194.1421
2026-02-264.1315
2026-03-054.1127
2026-03-124.0968
2026-03-194.0576
2026-03-264.0148
2026-04-024.0497
2026-04-094.0613
2026-04-163.9957
2026-04-233.9859
2026-04-303.9108
2026-05-073.9255
2026-05-153.8427
2026-05-233.8442
2026-05-303.8760
2026-06-063.8776
2026-06-153.8880
2026-06-223.8881
2026-06-293.8877
2026-07-063.8570
2026-07-133.8427
2026-07-203.8036
2026-07-273.8037
2026-08-033.8231
2026-08-103.8316
2026-08-173.8188
2026-08-253.8257
2026-09-013.8353
2026-09-083.8373
2026-09-153.7809
2026-09-223.8033

High

4.3390

Low

3.7799

Average

4.0477

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.