TOP to AFN exchange rate API
Pa’anga to Afghani · quoted 2026-09-25
26.8141
▼ +8.47% over 1Y
1 TOP = 26.8141 AFN · 1 AFN = 0.03729 TOP · Get this rate via the API
1 TOP buys 26.8141 AFN as of 2026-09-25, so 1 AFN buys 0.03729 TOP. Over the last year, TOP/AFN traded between 25.7502 and 29.2959, averaged 27.4945 and fell 8.47%. The API holds daily TOP/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/AFN over 1Y: show the values
| Point | TOP/AFN |
|---|---|
| 2025-09-25 | 29.2959 |
| 2025-10-02 | 28.5617 |
| 2025-10-09 | 28.2234 |
| 2025-10-16 | 28.1456 |
| 2025-10-23 | 28.1294 |
| 2025-10-30 | 28.0949 |
| 2025-11-06 | 28.1744 |
| 2025-11-13 | 28.2089 |
| 2025-11-20 | 27.6769 |
| 2025-11-27 | 27.6919 |
| 2025-12-04 | 27.7330 |
| 2025-12-12 | 27.5782 |
| 2025-12-19 | 27.7321 |
| 2025-12-26 | 27.7887 |
| 2026-01-02 | 27.4203 |
| 2026-01-09 | 27.5645 |
| 2026-01-16 | 27.9034 |
| 2026-01-23 | 27.4701 |
| 2026-01-30 | 28.1027 |
| 2026-02-06 | 27.8332 |
| 2026-02-13 | 27.5723 |
| 2026-02-20 | 26.8862 |
| 2026-02-27 | 26.7158 |
| 2026-03-06 | 26.8105 |
| 2026-03-13 | 26.6411 |
| 2026-03-20 | 26.9295 |
| 2026-03-27 | 27.1403 |
| 2026-04-03 | 26.9501 |
| 2026-04-10 | 27.2718 |
| 2026-04-18 | 26.7900 |
| 2026-04-25 | 25.7502 |
| 2026-05-02 | 26.5809 |
| 2026-05-09 | 26.5809 |
| 2026-05-17 | 27.0268 |
| 2026-05-25 | 27.0081 |
| 2026-06-01 | 27.0615 |
| 2026-06-10 | 26.5611 |
| 2026-06-17 | 27.1203 |
| 2026-06-24 | 26.8902 |
| 2026-07-01 | 26.9570 |
| 2026-07-08 | 27.2922 |
| 2026-07-15 | 28.1119 |
| 2026-07-22 | 28.1821 |
| 2026-07-29 | 27.8596 |
| 2026-08-05 | 27.8092 |
| 2026-08-12 | 27.7681 |
| 2026-08-20 | 27.9333 |
| 2026-08-27 | 27.9779 |
| 2026-09-03 | 28.1465 |
| 2026-09-10 | 28.0680 |
| 2026-09-17 | 27.5691 |
| 2026-09-24 | 27.1032 |
High
29.2959
Low
25.7502
Average
27.4945
Get this rate via the API
One GET request returns the TOP/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/AFN API questions
How do I get the TOP/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/AFN rate in rates.AFN.
How far back does TOP/AFN historical data go?
Daily TOP/AFN 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/AFN 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.