Skip to content

PAB to AFN exchange rate API

Balboa to Afghani · quoted 2026-09-25

64.0071

▼ +6.52% over 1Y

1 PAB = 64.0071 AFN · 1 AFN = 0.01562 PAB · Get this rate via the API

1 PAB buys 64.0071 AFN as of 2026-09-25, so 1 AFN buys 0.01562 PAB. Over the last year, PAB/AFN traded between 62.4520 and 68.4726, averaged 64.9956 and fell 6.52%. The API holds daily PAB/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/AFN over 1Y

PAB/AFN over 1Y: show the values
PointPAB/AFN
2025-09-2568.4726
2025-10-0267.5138
2025-10-0966.7690
2025-10-1666.3914
2025-10-2366.3557
2025-10-3066.7113
2025-11-0666.4511
2025-11-1366.4587
2025-11-2066.2715
2025-11-2766.4132
2025-12-0466.2598
2025-12-1266.0941
2025-12-1966.2843
2025-12-2665.5633
2026-01-0265.5646
2026-01-0965.9950
2026-01-1665.7693
2026-01-2364.9765
2026-01-3065.8559
2026-02-0665.4493
2026-02-1364.4196
2026-02-2063.0041
2026-02-2762.4881
2026-03-0662.9761
2026-03-1362.4520
2026-03-2063.2050
2026-03-2763.3234
2026-04-0363.6340
2026-04-1064.0821
2026-04-1764.5051
2026-04-2462.9948
2026-05-0163.4859
2026-05-0864.2910
2026-05-1662.4597
2026-05-2463.6989
2026-05-3163.8925
2026-06-0962.7110
2026-06-1663.0862
2026-06-2363.5909
2026-06-3063.9457
2026-07-0763.6186
2026-07-1466.1510
2026-07-2166.8122
2026-07-2866.4784
2026-08-0465.5638
2026-08-1165.4891
2026-08-1865.8706
2026-08-2665.9454
2026-09-0265.8734
2026-09-0965.1744
2026-09-1664.9512
2026-09-2364.9664

High

68.4726

Low

62.4520

Average

64.9956

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/AFN API questions

How do I get the PAB/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/AFN rate in rates.AFN.

How far back does PAB/AFN historical data go?

Daily PAB/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 PAB/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.