Skip to content

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

USD/AMD over YTD: show the values
PointUSD/AMD
2025-12-31381.3992
2026-01-07380.3568
2026-01-14380.6009
2026-01-21379.2521
2026-01-28374.2821
2026-02-04376.3851
2026-02-11376.9717
2026-02-18376.0029
2026-02-25377.4728
2026-03-04376.7103
2026-03-11377.2524
2026-03-18376.8036
2026-03-25376.8683
2026-04-01377.1751
2026-04-08374.6681
2026-04-15374.1900
2026-04-22372.5894
2026-04-29371.4301
2026-05-06369.6497
2026-05-14368.6395
2026-05-21367.8670
2026-05-29367.1959
2026-06-05368.8342
2026-06-14368.2523
2026-06-21368.0517
2026-06-28368.0851
2026-07-05367.9999
2026-07-12367.3803
2026-07-19366.8377
2026-07-26365.9502
2026-08-02365.7951
2026-08-09366.2109
2026-08-16365.8200
2026-08-24364.6406
2026-08-31366.3598
2026-09-07363.8383
2026-09-14363.1889
2026-09-21362.7638

High

381.3992

Low

362.7638

Average

371.2029

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.