NIO to XAF exchange rate API
Cordoba Oro to CFA Franc BEAC · quoted 2026-09-26
15.6705
▲ +3.09% over YTD
1 NIO = 15.6705 XAF · 1 XAF = 0.06381 NIO · Get this rate via the API
1 NIO buys 15.6705 XAF as of 2026-09-26, so 1 XAF buys 0.06381 NIO. Over the year to date, NIO/XAF traded between 14.8821 and 15.7191, averaged 15.3541 and rose 3.09%. The API holds daily NIO/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/XAF over YTD: show the values
| Point | NIO/XAF |
|---|---|
| 2025-12-31 | 15.2001 |
| 2026-01-07 | 15.2499 |
| 2026-01-14 | 15.3186 |
| 2026-01-21 | 15.1976 |
| 2026-01-28 | 14.8821 |
| 2026-02-04 | 15.0952 |
| 2026-02-11 | 14.9640 |
| 2026-02-18 | 15.0569 |
| 2026-02-25 | 15.1229 |
| 2026-03-04 | 15.3658 |
| 2026-03-11 | 15.3311 |
| 2026-03-18 | 15.4648 |
| 2026-03-25 | 15.3779 |
| 2026-04-01 | 15.4243 |
| 2026-04-08 | 15.2808 |
| 2026-04-15 | 15.1104 |
| 2026-04-22 | 15.1561 |
| 2026-04-29 | 15.2757 |
| 2026-05-06 | 15.2540 |
| 2026-05-14 | 15.2350 |
| 2026-05-21 | 15.3314 |
| 2026-05-29 | 15.3528 |
| 2026-06-05 | 15.3669 |
| 2026-06-14 | 15.4356 |
| 2026-06-21 | 15.5895 |
| 2026-06-28 | 15.6756 |
| 2026-07-05 | 15.6356 |
| 2026-07-12 | 15.6550 |
| 2026-07-19 | 15.6331 |
| 2026-07-26 | 15.7191 |
| 2026-08-02 | 15.5069 |
| 2026-08-09 | 15.4392 |
| 2026-08-16 | 15.4437 |
| 2026-08-24 | 15.2801 |
| 2026-08-31 | 15.3679 |
| 2026-09-07 | 15.3507 |
| 2026-09-14 | 15.4431 |
| 2026-09-21 | 15.5516 |
High
15.7191
Low
14.8821
Average
15.3541
Get this rate via the API
One GET request returns the NIO/XAF 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=NIO¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/XAF API questions
How do I get the NIO/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/XAF rate in rates.XAF.
How far back does NIO/XAF historical data go?
Daily NIO/XAF 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 NIO/XAF 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.