CHF to AFN exchange rate API
Swiss Franc to Afghani · quoted 2026-09-25
77.2161
▼ +10.24% over 1Y
1 CHF = 77.2161 AFN · 1 AFN = 0.01295 CHF · Get this rate via the API
1 CHF buys 77.2161 AFN as of 2026-09-25, so 1 AFN buys 0.01295 CHF. Over the last year, CHF/AFN traded between 77.2161 and 86.0232, averaged 81.5548 and fell 10.24%. The API holds daily CHF/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/AFN over 1Y: show the values
| Point | CHF/AFN |
|---|---|
| 2025-09-25 | 86.0232 |
| 2025-10-02 | 84.8726 |
| 2025-10-09 | 83.2803 |
| 2025-10-16 | 83.1427 |
| 2025-10-23 | 83.1724 |
| 2025-10-30 | 83.0208 |
| 2025-11-06 | 82.2650 |
| 2025-11-13 | 83.5336 |
| 2025-11-20 | 82.1014 |
| 2025-11-27 | 82.4102 |
| 2025-12-04 | 82.7609 |
| 2025-12-12 | 83.0762 |
| 2025-12-19 | 83.3143 |
| 2025-12-26 | 83.1137 |
| 2026-01-02 | 82.6681 |
| 2026-01-09 | 82.4903 |
| 2026-01-16 | 82.0405 |
| 2026-01-23 | 82.2416 |
| 2026-01-30 | 85.7198 |
| 2026-02-06 | 84.1319 |
| 2026-02-13 | 83.7788 |
| 2026-02-20 | 81.1837 |
| 2026-02-27 | 81.0273 |
| 2026-03-06 | 80.4940 |
| 2026-03-13 | 79.3335 |
| 2026-03-20 | 80.2918 |
| 2026-03-27 | 79.4613 |
| 2026-04-03 | 79.5379 |
| 2026-04-10 | 81.1069 |
| 2026-04-17 | 82.4326 |
| 2026-04-24 | 80.2102 |
| 2026-05-01 | 81.2865 |
| 2026-05-08 | 82.8513 |
| 2026-05-16 | 79.3541 |
| 2026-05-24 | 81.2784 |
| 2026-05-31 | 81.7699 |
| 2026-06-09 | 78.8350 |
| 2026-06-16 | 79.2955 |
| 2026-06-23 | 78.5288 |
| 2026-06-30 | 78.9893 |
| 2026-07-07 | 78.9056 |
| 2026-07-14 | 81.5008 |
| 2026-07-21 | 82.3914 |
| 2026-07-28 | 81.0882 |
| 2026-08-04 | 81.0138 |
| 2026-08-11 | 80.8197 |
| 2026-08-18 | 81.0673 |
| 2026-08-26 | 82.0381 |
| 2026-09-02 | 80.9298 |
| 2026-09-09 | 80.7543 |
| 2026-09-16 | 79.3039 |
| 2026-09-23 | 78.9491 |
High
86.0232
Low
77.2161
Average
81.5548
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/AFN API questions
How do I get the CHF/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/AFN rate in rates.AFN.
How far back does CHF/AFN historical data go?
Daily CHF/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 CHF/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.