Skip to content

CHF to NGN exchange rate API

Swiss Franc to Naira · quoted 2026-09-25

1600.68

▼ +12.50% over YTD

1 CHF = 1600.68 NGN · 1 NGN = 0.000625 CHF · Get this rate via the API

1 CHF buys 1600.68 NGN as of 2026-09-25, so 1 NGN buys 0.000625 CHF. Over the year to date, CHF/NGN traded between 1600.68 and 1831.82, averaged 1725.49 and fell 12.50%. The API holds daily CHF/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/NGN over YTD

CHF/NGN over YTD: show the values
PointCHF/NGN
2025-12-311829.30
2026-01-071795.29
2026-01-141777.65
2026-01-211798.03
2026-01-281831.82
2026-02-041789.02
2026-02-111762.24
2026-02-181749.58
2026-02-251744.54
2026-03-041768.54
2026-03-111793.47
2026-03-181719.61
2026-03-251742.39
2026-04-011746.34
2026-04-081753.67
2026-04-151727.71
2026-04-221724.81
2026-04-291742.67
2026-05-061752.95
2026-05-141754.25
2026-05-211739.33
2026-05-291755.23
2026-06-051727.75
2026-06-141712.28
2026-06-211686.63
2026-06-281702.32
2026-07-051705.36
2026-07-121701.84
2026-07-191705.37
2026-07-261671.43
2026-08-021694.23
2026-08-091692.51
2026-08-161671.63
2026-08-241681.40
2026-08-311665.42
2026-09-071633.61
2026-09-141623.18
2026-09-211619.94

High

1831.82

Low

1600.68

Average

1725.49

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/NGN API questions

How do I get the CHF/NGN exchange rate from an API?

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

How far back does CHF/NGN historical data go?

Daily CHF/NGN 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/NGN 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.