Skip to content

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

USD/AMD over 1Y: show the values
PointUSD/AMD
2025-09-25382.8464
2025-10-02381.3702
2025-10-09381.7440
2025-10-16381.6017
2025-10-23381.7229
2025-10-30381.5852
2025-11-06382.3033
2025-11-13382.1048
2025-11-20381.3755
2025-11-27379.9187
2025-12-04381.2570
2025-12-12381.8429
2025-12-19380.0756
2025-12-26381.5439
2026-01-02381.3406
2026-01-09380.2734
2026-01-16379.2381
2026-01-23379.1328
2026-01-30378.1486
2026-02-06376.3061
2026-02-13377.3125
2026-02-20377.0325
2026-02-27376.9482
2026-03-06377.0392
2026-03-13377.8590
2026-03-20375.9690
2026-03-27376.9160
2026-04-03376.3075
2026-04-10376.0598
2026-04-17372.9894
2026-04-24371.8298
2026-05-01370.7794
2026-05-08369.1847
2026-05-16368.7147
2026-05-24367.8966
2026-05-31368.0778
2026-06-09368.5453
2026-06-16368.5532
2026-06-23368.0676
2026-06-30367.8540
2026-07-07367.3485
2026-07-14367.2852
2026-07-21366.0054
2026-07-28366.3778
2026-08-04366.1485
2026-08-11365.9510
2026-08-18365.8538
2026-08-26363.9453
2026-09-02364.0146
2026-09-09363.0103
2026-09-16363.7675
2026-09-23363.5655

High

382.8464

Low

363.0103

Average

373.8883

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=AMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.