Skip to content

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

TOP/AFN over 1Y: show the values
PointTOP/AFN
2025-09-2529.2959
2025-10-0228.5617
2025-10-0928.2234
2025-10-1628.1456
2025-10-2328.1294
2025-10-3028.0949
2025-11-0628.1744
2025-11-1328.2089
2025-11-2027.6769
2025-11-2727.6919
2025-12-0427.7330
2025-12-1227.5782
2025-12-1927.7321
2025-12-2627.7887
2026-01-0227.4203
2026-01-0927.5645
2026-01-1627.9034
2026-01-2327.4701
2026-01-3028.1027
2026-02-0627.8332
2026-02-1327.5723
2026-02-2026.8862
2026-02-2726.7158
2026-03-0626.8105
2026-03-1326.6411
2026-03-2026.9295
2026-03-2727.1403
2026-04-0326.9501
2026-04-1027.2718
2026-04-1826.7900
2026-04-2525.7502
2026-05-0226.5809
2026-05-0926.5809
2026-05-1727.0268
2026-05-2527.0081
2026-06-0127.0615
2026-06-1026.5611
2026-06-1727.1203
2026-06-2426.8902
2026-07-0126.9570
2026-07-0827.2922
2026-07-1528.1119
2026-07-2228.1821
2026-07-2927.8596
2026-08-0527.8092
2026-08-1227.7681
2026-08-2027.9333
2026-08-2727.9779
2026-09-0328.1465
2026-09-1028.0680
2026-09-1727.5691
2026-09-2427.1032

High

29.2959

Low

25.7502

Average

27.4945

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=AFN");
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=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&currencies=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.