TOP to AMD exchange rate API
Pa’anga to Armenian Dram · quoted 2026-09-25
153.4182
▼ +7.80% over 5Y
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 5 years, TOP/AMD traded between 152.9277 and 172.3822, averaged 162.4459 and fell 7.80%. 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 5Y: show the values
| Point | TOP/AMD |
|---|---|
| 2024-08-24 | 166.4010 |
| 2024-10-07 | 167.5567 |
| 2024-11-06 | 169.6165 |
| 2024-12-06 | 172.3822 |
| 2025-01-05 | 167.9958 |
| 2025-02-04 | 165.4289 |
| 2025-03-06 | 166.7795 |
| 2025-04-06 | 164.8347 |
| 2025-05-06 | 165.5762 |
| 2025-06-07 | 162.9910 |
| 2025-07-07 | 165.6264 |
| 2025-08-06 | 164.1144 |
| 2025-09-05 | 164.8694 |
| 2025-10-06 | 161.7672 |
| 2025-11-05 | 162.4439 |
| 2025-12-05 | 159.0426 |
| 2026-01-05 | 160.2708 |
| 2026-02-04 | 161.3196 |
| 2026-03-06 | 160.5146 |
| 2026-04-05 | 160.6655 |
| 2026-05-06 | 158.7845 |
| 2026-06-09 | 157.8722 |
| 2026-07-09 | 154.6563 |
| 2026-08-08 | 152.9277 |
| 2026-09-08 | 155.7380 |
High
172.3822
Low
152.9277
Average
162.4459
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.