Skip to content

NZD to XOF exchange rate API

New Zealand Dollar to CFA Franc BCEAO · quoted 2026-09-24

326.3772

▲ +0.02% over 6M

1 NZD = 326.3772 XOF · 1 XOF = 0.003064 NZD · Get this rate via the API

1 NZD buys 326.3772 XOF as of 2026-09-24, so 1 XOF buys 0.003064 NZD. Over the last 6 months, NZD/XOF traded between 324.0827 and 336.8345, averaged 330.4421 and rose 0.02%. The API holds daily NZD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NZD/XOF over 6M

NZD/XOF over 6M: show the values
PointNZD/XOF
2026-03-28326.3160
2026-04-04324.0827
2026-04-11327.0538
2026-04-18327.2797
2026-04-25327.9364
2026-05-02330.2321
2026-05-09332.6623
2026-05-16329.6619
2026-05-23330.6776
2026-05-30336.8345
2026-06-06329.9996
2026-06-13330.7015
2026-06-20327.9196
2026-06-27325.1037
2026-07-04327.4125
2026-07-11331.3514
2026-07-18335.0717
2026-07-25333.8557
2026-08-01334.4483
2026-08-08334.5053
2026-08-15334.0165
2026-08-22335.9077
2026-08-29334.9048
2026-09-05332.1130
2026-09-12328.8051
2026-09-19326.7070

High

336.8345

Low

324.0827

Average

330.4421

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

NZD/XOF API questions

How do I get the NZD/XOF exchange rate from an API?

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

How far back does NZD/XOF historical data go?

Daily NZD/XOF 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 NZD/XOF 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.