USD to AMD exchange rate API
US Dollar to Armenian Dram · quoted 2026-09-25
363.1408
▼ +5.15% over 1Y
1 USD = 363.1408 AMD · 1 AMD = 0.002754 USD · Get this rate via the API
1 USD buys 363.1408 AMD as of 2026-09-25, so 1 AMD buys 0.002754 USD. Over the last year, USD/AMD traded between 363.0103 and 382.8464, averaged 373.8883 and fell 5.15%. The API holds daily USD/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/AMD over 1Y: show the values
| Point | USD/AMD |
|---|---|
| 2025-09-25 | 382.8464 |
| 2025-10-02 | 381.3702 |
| 2025-10-09 | 381.7440 |
| 2025-10-16 | 381.6017 |
| 2025-10-23 | 381.7229 |
| 2025-10-30 | 381.5852 |
| 2025-11-06 | 382.3033 |
| 2025-11-13 | 382.1048 |
| 2025-11-20 | 381.3755 |
| 2025-11-27 | 379.9187 |
| 2025-12-04 | 381.2570 |
| 2025-12-12 | 381.8429 |
| 2025-12-19 | 380.0756 |
| 2025-12-26 | 381.5439 |
| 2026-01-02 | 381.3406 |
| 2026-01-09 | 380.2734 |
| 2026-01-16 | 379.2381 |
| 2026-01-23 | 379.1328 |
| 2026-01-30 | 378.1486 |
| 2026-02-06 | 376.3061 |
| 2026-02-13 | 377.3125 |
| 2026-02-20 | 377.0325 |
| 2026-02-27 | 376.9482 |
| 2026-03-06 | 377.0392 |
| 2026-03-13 | 377.8590 |
| 2026-03-20 | 375.9690 |
| 2026-03-27 | 376.9160 |
| 2026-04-03 | 376.3075 |
| 2026-04-10 | 376.0598 |
| 2026-04-17 | 372.9894 |
| 2026-04-24 | 371.8298 |
| 2026-05-01 | 370.7794 |
| 2026-05-08 | 369.1847 |
| 2026-05-16 | 368.7147 |
| 2026-05-24 | 367.8966 |
| 2026-05-31 | 368.0778 |
| 2026-06-09 | 368.5453 |
| 2026-06-16 | 368.5532 |
| 2026-06-23 | 368.0676 |
| 2026-06-30 | 367.8540 |
| 2026-07-07 | 367.3485 |
| 2026-07-14 | 367.2852 |
| 2026-07-21 | 366.0054 |
| 2026-07-28 | 366.3778 |
| 2026-08-04 | 366.1485 |
| 2026-08-11 | 365.9510 |
| 2026-08-18 | 365.8538 |
| 2026-08-26 | 363.9453 |
| 2026-09-02 | 364.0146 |
| 2026-09-09 | 363.0103 |
| 2026-09-16 | 363.7675 |
| 2026-09-23 | 363.5655 |
High
382.8464
Low
363.0103
Average
373.8883
Get this rate via the API
One GET request returns the USD/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=USD¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/AMD API questions
How do I get the USD/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/AMD rate in rates.AMD.
How far back does USD/AMD historical data go?
Daily USD/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 USD/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.