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: show the values
| Point | CHF/NGN |
|---|---|
| 2025-12-31 | 1829.30 |
| 2026-01-07 | 1795.29 |
| 2026-01-14 | 1777.65 |
| 2026-01-21 | 1798.03 |
| 2026-01-28 | 1831.82 |
| 2026-02-04 | 1789.02 |
| 2026-02-11 | 1762.24 |
| 2026-02-18 | 1749.58 |
| 2026-02-25 | 1744.54 |
| 2026-03-04 | 1768.54 |
| 2026-03-11 | 1793.47 |
| 2026-03-18 | 1719.61 |
| 2026-03-25 | 1742.39 |
| 2026-04-01 | 1746.34 |
| 2026-04-08 | 1753.67 |
| 2026-04-15 | 1727.71 |
| 2026-04-22 | 1724.81 |
| 2026-04-29 | 1742.67 |
| 2026-05-06 | 1752.95 |
| 2026-05-14 | 1754.25 |
| 2026-05-21 | 1739.33 |
| 2026-05-29 | 1755.23 |
| 2026-06-05 | 1727.75 |
| 2026-06-14 | 1712.28 |
| 2026-06-21 | 1686.63 |
| 2026-06-28 | 1702.32 |
| 2026-07-05 | 1705.36 |
| 2026-07-12 | 1701.84 |
| 2026-07-19 | 1705.37 |
| 2026-07-26 | 1671.43 |
| 2026-08-02 | 1694.23 |
| 2026-08-09 | 1692.51 |
| 2026-08-16 | 1671.63 |
| 2026-08-24 | 1681.40 |
| 2026-08-31 | 1665.42 |
| 2026-09-07 | 1633.61 |
| 2026-09-14 | 1623.18 |
| 2026-09-21 | 1619.94 |
High
1831.82
Low
1600.68
Average
1725.49
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.