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: show the values
| Point | TOP/AMD |
|---|---|
| 2025-09-25 | 163.8003 |
| 2025-10-02 | 161.3385 |
| 2025-10-09 | 161.3640 |
| 2025-10-16 | 161.7743 |
| 2025-10-23 | 161.8194 |
| 2025-10-30 | 160.7015 |
| 2025-11-06 | 162.0916 |
| 2025-11-13 | 162.1872 |
| 2025-11-20 | 159.2736 |
| 2025-11-27 | 158.4122 |
| 2025-12-04 | 159.5752 |
| 2025-12-12 | 159.3262 |
| 2025-12-19 | 159.0166 |
| 2025-12-26 | 161.7157 |
| 2026-01-02 | 159.4839 |
| 2026-01-09 | 158.8306 |
| 2026-01-16 | 160.8964 |
| 2026-01-23 | 160.2857 |
| 2026-01-30 | 161.3673 |
| 2026-02-06 | 160.0294 |
| 2026-02-13 | 161.4941 |
| 2026-02-20 | 160.8941 |
| 2026-02-27 | 161.1584 |
| 2026-03-06 | 160.5146 |
| 2026-03-13 | 161.1891 |
| 2026-03-20 | 160.1875 |
| 2026-03-27 | 161.5458 |
| 2026-04-03 | 159.3730 |
| 2026-04-10 | 160.2465 |
| 2026-04-18 | 155.3873 |
| 2026-04-25 | 154.4084 |
| 2026-05-02 | 153.9939 |
| 2026-05-09 | 153.2588 |
| 2026-05-17 | 156.3497 |
| 2026-05-25 | 157.2025 |
| 2026-06-01 | 158.1370 |
| 2026-06-10 | 156.7413 |
| 2026-06-17 | 158.2293 |
| 2026-06-24 | 155.7924 |
| 2026-07-01 | 155.2249 |
| 2026-07-08 | 156.6491 |
| 2026-07-15 | 154.7700 |
| 2026-07-22 | 154.9241 |
| 2026-07-29 | 155.7417 |
| 2026-08-05 | 155.3750 |
| 2026-08-12 | 155.2265 |
| 2026-08-20 | 154.9202 |
| 2026-08-27 | 155.8782 |
| 2026-09-03 | 155.7668 |
| 2026-09-10 | 155.3931 |
| 2026-09-17 | 154.9911 |
| 2026-09-24 | 154.1655 |
High
163.8003
Low
153.2588
Average
158.3366
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.