CHF to AFN exchange rate API
Swiss Franc to Afghani · quoted 2026-09-25
77.2161
▼ +6.66% over YTD
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 year to date, CHF/AFN traded between 77.2161 and 85.6844, averaged 81.2125 and fell 6.66%. 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 YTD: show the values
| Point | CHF/AFN |
|---|---|
| 2025-12-31 | 82.7242 |
| 2026-01-07 | 83.0846 |
| 2026-01-14 | 82.4736 |
| 2026-01-21 | 83.0382 |
| 2026-01-28 | 85.6844 |
| 2026-02-04 | 84.9880 |
| 2026-02-11 | 84.4881 |
| 2026-02-18 | 81.1431 |
| 2026-02-25 | 81.6974 |
| 2026-03-04 | 80.2089 |
| 2026-03-11 | 80.8737 |
| 2026-03-18 | 79.9445 |
| 2026-03-25 | 79.6582 |
| 2026-04-01 | 80.2328 |
| 2026-04-08 | 82.4297 |
| 2026-04-15 | 81.7701 |
| 2026-04-22 | 80.5647 |
| 2026-04-29 | 79.8483 |
| 2026-05-06 | 81.4909 |
| 2026-05-14 | 81.8504 |
| 2026-05-21 | 79.7207 |
| 2026-05-29 | 80.4740 |
| 2026-06-05 | 80.4613 |
| 2026-06-14 | 80.9331 |
| 2026-06-21 | 79.9574 |
| 2026-06-28 | 79.8153 |
| 2026-07-05 | 81.7496 |
| 2026-07-12 | 80.9949 |
| 2026-07-19 | 81.6187 |
| 2026-07-26 | 80.8112 |
| 2026-08-02 | 81.5213 |
| 2026-08-09 | 81.4383 |
| 2026-08-16 | 80.3680 |
| 2026-08-24 | 81.5932 |
| 2026-08-31 | 80.8819 |
| 2026-09-07 | 81.5570 |
| 2026-09-14 | 78.9357 |
| 2026-09-21 | 79.0455 |
High
85.6844
Low
77.2161
Average
81.2125
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.