CHF to NGN exchange rate API
Swiss Franc to Naira · quoted 2026-09-25
1600.02
▼ +14.50% over 1Y
1 CHF = 1600.02 NGN · 1 NGN = 0.000625 CHF · Get this rate via the API
1 CHF buys 1600.02 NGN as of 2026-09-25, so 1 NGN buys 0.000625 CHF. Over the last year, CHF/NGN traded between 1600.02 and 1871.39, averaged 1746.64 and fell 14.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 1Y: show the values
| Point | CHF/NGN |
|---|---|
| 2025-09-25 | 1871.39 |
| 2025-10-02 | 1866.52 |
| 2025-10-09 | 1835.73 |
| 2025-10-16 | 1833.23 |
| 2025-10-23 | 1834.11 |
| 2025-10-30 | 1806.29 |
| 2025-11-06 | 1784.90 |
| 2025-11-13 | 1812.23 |
| 2025-11-20 | 1798.51 |
| 2025-11-27 | 1796.57 |
| 2025-12-04 | 1807.97 |
| 2025-12-12 | 1822.01 |
| 2025-12-19 | 1830.53 |
| 2025-12-26 | 1839.29 |
| 2026-01-02 | 1822.02 |
| 2026-01-09 | 1782.23 |
| 2026-01-16 | 1773.57 |
| 2026-01-23 | 1796.95 |
| 2026-01-30 | 1809.25 |
| 2026-02-06 | 1758.23 |
| 2026-02-13 | 1762.88 |
| 2026-02-20 | 1732.13 |
| 2026-02-27 | 1755.73 |
| 2026-03-06 | 1770.75 |
| 2026-03-13 | 1770.01 |
| 2026-03-20 | 1719.87 |
| 2026-03-27 | 1738.17 |
| 2026-04-03 | 1723.23 |
| 2026-04-10 | 1725.73 |
| 2026-04-17 | 1713.61 |
| 2026-04-24 | 1720.48 |
| 2026-05-01 | 1759.78 |
| 2026-05-08 | 1748.92 |
| 2026-05-16 | 1743.71 |
| 2026-05-24 | 1749.16 |
| 2026-05-31 | 1760.06 |
| 2026-06-09 | 1711.59 |
| 2026-06-16 | 1707.31 |
| 2026-06-23 | 1689.11 |
| 2026-06-30 | 1704.33 |
| 2026-07-07 | 1696.60 |
| 2026-07-14 | 1702.26 |
| 2026-07-21 | 1702.73 |
| 2026-07-28 | 1666.84 |
| 2026-08-04 | 1685.07 |
| 2026-08-11 | 1683.70 |
| 2026-08-18 | 1665.04 |
| 2026-08-26 | 1675.59 |
| 2026-09-02 | 1637.55 |
| 2026-09-09 | 1636.74 |
| 2026-09-16 | 1621.51 |
| 2026-09-23 | 1610.07 |
High
1871.39
Low
1600.02
Average
1746.64
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.