Skip to content

HNL to XOF exchange rate API

Lempira to CFA Franc BCEAO · quoted 2026-09-24

21.4492

▲ +0.84% over 7D

1 HNL = 21.4492 XOF · 1 XOF = 0.04662 HNL · Get this rate via the API

1 HNL buys 21.4492 XOF as of 2026-09-24, so 1 XOF buys 0.04662 HNL. Over the last 7 days, HNL/XOF traded between 21.2220 and 21.4521, averaged 21.3145 and rose 0.84%. The API holds daily HNL/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HNL/XOF over 7D

HNL/XOF over 7D: show the values
PointHNL/XOF
2026-09-1721.2701
2026-09-1821.2281
2026-09-1921.2220
2026-09-2021.2272
2026-09-2121.2802
2026-09-2221.2972
2026-09-2321.4043
2026-09-2421.4521

High

21.4521

Low

21.2220

Average

21.3145

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HNL/XOF API questions

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

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

How far back does HNL/XOF historical data go?

Daily HNL/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 HNL/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.