Skip to content

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

CHF/AFN over 1Y: show the values
PointCHF/AFN
2025-09-2586.0232
2025-10-0284.8726
2025-10-0983.2803
2025-10-1683.1427
2025-10-2383.1724
2025-10-3083.0208
2025-11-0682.2650
2025-11-1383.5336
2025-11-2082.1014
2025-11-2782.4102
2025-12-0482.7609
2025-12-1283.0762
2025-12-1983.3143
2025-12-2683.1137
2026-01-0282.6681
2026-01-0982.4903
2026-01-1682.0405
2026-01-2382.2416
2026-01-3085.7198
2026-02-0684.1319
2026-02-1383.7788
2026-02-2081.1837
2026-02-2781.0273
2026-03-0680.4940
2026-03-1379.3335
2026-03-2080.2918
2026-03-2779.4613
2026-04-0379.5379
2026-04-1081.1069
2026-04-1782.4326
2026-04-2480.2102
2026-05-0181.2865
2026-05-0882.8513
2026-05-1679.3541
2026-05-2481.2784
2026-05-3181.7699
2026-06-0978.8350
2026-06-1679.2955
2026-06-2378.5288
2026-06-3078.9893
2026-07-0778.9056
2026-07-1481.5008
2026-07-2182.3914
2026-07-2881.0882
2026-08-0481.0138
2026-08-1180.8197
2026-08-1881.0673
2026-08-2682.0381
2026-09-0280.9298
2026-09-0980.7543
2026-09-1679.3039
2026-09-2378.9491

High

86.0232

Low

77.2161

Average

81.5548

For developers

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