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: show the values
| Point | PAB/AFN |
|---|---|
| 2025-09-25 | 68.4726 |
| 2025-10-02 | 67.5138 |
| 2025-10-09 | 66.7690 |
| 2025-10-16 | 66.3914 |
| 2025-10-23 | 66.3557 |
| 2025-10-30 | 66.7113 |
| 2025-11-06 | 66.4511 |
| 2025-11-13 | 66.4587 |
| 2025-11-20 | 66.2715 |
| 2025-11-27 | 66.4132 |
| 2025-12-04 | 66.2598 |
| 2025-12-12 | 66.0941 |
| 2025-12-19 | 66.2843 |
| 2025-12-26 | 65.5633 |
| 2026-01-02 | 65.5646 |
| 2026-01-09 | 65.9950 |
| 2026-01-16 | 65.7693 |
| 2026-01-23 | 64.9765 |
| 2026-01-30 | 65.8559 |
| 2026-02-06 | 65.4493 |
| 2026-02-13 | 64.4196 |
| 2026-02-20 | 63.0041 |
| 2026-02-27 | 62.4881 |
| 2026-03-06 | 62.9761 |
| 2026-03-13 | 62.4520 |
| 2026-03-20 | 63.2050 |
| 2026-03-27 | 63.3234 |
| 2026-04-03 | 63.6340 |
| 2026-04-10 | 64.0821 |
| 2026-04-17 | 64.5051 |
| 2026-04-24 | 62.9948 |
| 2026-05-01 | 63.4859 |
| 2026-05-08 | 64.2910 |
| 2026-05-16 | 62.4597 |
| 2026-05-24 | 63.6989 |
| 2026-05-31 | 63.8925 |
| 2026-06-09 | 62.7110 |
| 2026-06-16 | 63.0862 |
| 2026-06-23 | 63.5909 |
| 2026-06-30 | 63.9457 |
| 2026-07-07 | 63.6186 |
| 2026-07-14 | 66.1510 |
| 2026-07-21 | 66.8122 |
| 2026-07-28 | 66.4784 |
| 2026-08-04 | 65.5638 |
| 2026-08-11 | 65.4891 |
| 2026-08-18 | 65.8706 |
| 2026-08-26 | 65.9454 |
| 2026-09-02 | 65.8734 |
| 2026-09-09 | 65.1744 |
| 2026-09-16 | 64.9512 |
| 2026-09-23 | 64.9664 |
High
68.4726
Low
62.4520
Average
64.9956
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.