USD to AMD exchange rate API
US Dollar to Armenian Dram · quoted 2026-09-25
363.1408
▼ +4.79% over YTD
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 year to date, USD/AMD traded between 362.7638 and 381.3992, averaged 371.2029 and fell 4.79%. 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 YTD: show the values
| Point | USD/AMD |
|---|---|
| 2025-12-31 | 381.3992 |
| 2026-01-07 | 380.3568 |
| 2026-01-14 | 380.6009 |
| 2026-01-21 | 379.2521 |
| 2026-01-28 | 374.2821 |
| 2026-02-04 | 376.3851 |
| 2026-02-11 | 376.9717 |
| 2026-02-18 | 376.0029 |
| 2026-02-25 | 377.4728 |
| 2026-03-04 | 376.7103 |
| 2026-03-11 | 377.2524 |
| 2026-03-18 | 376.8036 |
| 2026-03-25 | 376.8683 |
| 2026-04-01 | 377.1751 |
| 2026-04-08 | 374.6681 |
| 2026-04-15 | 374.1900 |
| 2026-04-22 | 372.5894 |
| 2026-04-29 | 371.4301 |
| 2026-05-06 | 369.6497 |
| 2026-05-14 | 368.6395 |
| 2026-05-21 | 367.8670 |
| 2026-05-29 | 367.1959 |
| 2026-06-05 | 368.8342 |
| 2026-06-14 | 368.2523 |
| 2026-06-21 | 368.0517 |
| 2026-06-28 | 368.0851 |
| 2026-07-05 | 367.9999 |
| 2026-07-12 | 367.3803 |
| 2026-07-19 | 366.8377 |
| 2026-07-26 | 365.9502 |
| 2026-08-02 | 365.7951 |
| 2026-08-09 | 366.2109 |
| 2026-08-16 | 365.8200 |
| 2026-08-24 | 364.6406 |
| 2026-08-31 | 366.3598 |
| 2026-09-07 | 363.8383 |
| 2026-09-14 | 363.1889 |
| 2026-09-21 | 362.7638 |
High
381.3992
Low
362.7638
Average
371.2029
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.