Skip to content

TOP to AMD exchange rate API

Pa’anga to Armenian Dram · quoted 2026-09-25

153.4182

▼ +6.34% over 1Y

1 TOP = 153.4182 AMD · 1 AMD = 0.006518 TOP · Get this rate via the API

1 TOP buys 153.4182 AMD as of 2026-09-25, so 1 AMD buys 0.006518 TOP. Over the last year, TOP/AMD traded between 153.2588 and 163.8003, averaged 158.3366 and fell 6.34%. The API holds daily TOP/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/AMD over 1Y

TOP/AMD over 1Y: show the values
PointTOP/AMD
2025-09-25163.8003
2025-10-02161.3385
2025-10-09161.3640
2025-10-16161.7743
2025-10-23161.8194
2025-10-30160.7015
2025-11-06162.0916
2025-11-13162.1872
2025-11-20159.2736
2025-11-27158.4122
2025-12-04159.5752
2025-12-12159.3262
2025-12-19159.0166
2025-12-26161.7157
2026-01-02159.4839
2026-01-09158.8306
2026-01-16160.8964
2026-01-23160.2857
2026-01-30161.3673
2026-02-06160.0294
2026-02-13161.4941
2026-02-20160.8941
2026-02-27161.1584
2026-03-06160.5146
2026-03-13161.1891
2026-03-20160.1875
2026-03-27161.5458
2026-04-03159.3730
2026-04-10160.2465
2026-04-18155.3873
2026-04-25154.4084
2026-05-02153.9939
2026-05-09153.2588
2026-05-17156.3497
2026-05-25157.2025
2026-06-01158.1370
2026-06-10156.7413
2026-06-17158.2293
2026-06-24155.7924
2026-07-01155.2249
2026-07-08156.6491
2026-07-15154.7700
2026-07-22154.9241
2026-07-29155.7417
2026-08-05155.3750
2026-08-12155.2265
2026-08-20154.9202
2026-08-27155.8782
2026-09-03155.7668
2026-09-10155.3931
2026-09-17154.9911
2026-09-24154.1655

High

163.8003

Low

153.2588

Average

158.3366

For developers

Get this rate via the API

One GET request returns the TOP/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=TOP&currencies=AMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=AMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/AMD API questions

How do I get the TOP/AMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/AMD rate in rates.AMD.

How far back does TOP/AMD historical data go?

Daily TOP/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 TOP/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.