TOP to AFN exchange rate API
Pa’anga to Afghani · quoted 2026-09-25
26.8141
▼ +5.01% over 30D
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 30 days, TOP/AFN traded between 26.5598 and 28.2607, averaged 27.7445 and fell 5.01%. 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 30D: show the values
| Point | TOP/AFN |
|---|---|
| 2026-08-26 | 28.2269 |
| 2026-08-27 | 27.9779 |
| 2026-08-28 | 28.2607 |
| 2026-08-29 | 27.7739 |
| 2026-08-30 | 27.8770 |
| 2026-08-31 | 27.9883 |
| 2026-09-01 | 28.2155 |
| 2026-09-02 | 28.1947 |
| 2026-09-03 | 28.1465 |
| 2026-09-04 | 28.1767 |
| 2026-09-05 | 27.8526 |
| 2026-09-06 | 27.3719 |
| 2026-09-07 | 28.1865 |
| 2026-09-08 | 28.0126 |
| 2026-09-09 | 27.9140 |
| 2026-09-10 | 28.0680 |
| 2026-09-11 | 27.9054 |
| 2026-09-12 | 27.8002 |
| 2026-09-13 | 27.3059 |
| 2026-09-14 | 27.4761 |
| 2026-09-15 | 27.5403 |
| 2026-09-16 | 27.5700 |
| 2026-09-17 | 27.5691 |
| 2026-09-18 | 27.5373 |
| 2026-09-19 | 26.5598 |
| 2026-09-20 | 27.2669 |
| 2026-09-21 | 27.8010 |
| 2026-09-22 | 27.7983 |
| 2026-09-23 | 27.7891 |
| 2026-09-24 | 27.1032 |
High
28.2607
Low
26.5598
Average
27.7445
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.