INR to AMD exchange rate API
Indian Rupee to Armenian Dram · quoted 2026-09-24
3.7804
▼ +10.92% over YTD
1 INR = 3.7804 AMD · 1 AMD = 0.26452 INR · Get this rate via the API
1 INR buys 3.7804 AMD as of 2026-09-24, so 1 AMD buys 0.26452 INR. Over the year to date, INR/AMD traded between 3.7804 and 4.2439, averaged 3.9582 and fell 10.92%. 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: show the values
| Point | INR/AMD |
|---|---|
| 2025-12-31 | 4.2439 |
| 2026-01-07 | 4.2331 |
| 2026-01-14 | 4.2147 |
| 2026-01-21 | 4.1384 |
| 2026-01-28 | 4.0708 |
| 2026-02-04 | 4.1629 |
| 2026-02-11 | 4.1433 |
| 2026-02-18 | 4.1459 |
| 2026-02-25 | 4.1507 |
| 2026-03-04 | 4.0910 |
| 2026-03-11 | 4.0973 |
| 2026-03-18 | 4.0562 |
| 2026-03-25 | 4.0116 |
| 2026-04-01 | 4.0370 |
| 2026-04-08 | 4.0627 |
| 2026-04-15 | 4.0047 |
| 2026-04-22 | 3.9720 |
| 2026-04-29 | 3.9160 |
| 2026-05-06 | 3.9069 |
| 2026-05-14 | 3.8493 |
| 2026-05-21 | 3.8238 |
| 2026-05-29 | 3.8652 |
| 2026-06-05 | 3.8845 |
| 2026-06-14 | 3.8614 |
| 2026-06-21 | 3.8917 |
| 2026-06-28 | 3.8871 |
| 2026-07-05 | 3.8553 |
| 2026-07-12 | 3.8431 |
| 2026-07-19 | 3.8014 |
| 2026-07-26 | 3.7844 |
| 2026-08-02 | 3.8265 |
| 2026-08-09 | 3.8381 |
| 2026-08-16 | 3.8250 |
| 2026-08-24 | 3.8081 |
| 2026-08-31 | 3.8495 |
| 2026-09-07 | 3.8504 |
| 2026-09-14 | 3.8008 |
| 2026-09-21 | 3.7859 |
High
4.2439
Low
3.7804
Average
3.9582
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.