Skip to content

HNL to XOF exchange rate API

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

21.4492

▲ +0.11% over 6M

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 6 months, HNL/XOF traded between 20.9052 and 21.6225, averaged 21.2394 and rose 0.11%. 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 6M

HNL/XOF over 6M: show the values
PointHNL/XOF
2026-03-2821.4256
2026-04-0421.4436
2026-04-1121.0676
2026-04-1820.9052
2026-04-2521.0925
2026-05-0221.0365
2026-05-0920.9427
2026-05-1721.1719
2026-05-2521.1921
2026-06-0121.1695
2026-06-1021.2452
2026-06-1721.1619
2026-06-2421.6225
2026-07-0121.5198
2026-07-0821.4470
2026-07-1521.4470
2026-07-2221.4586
2026-07-2921.4367
2026-08-0521.2183
2026-08-1221.2059
2026-08-2021.0063
2026-08-2720.9817
2026-09-0321.0695
2026-09-1021.0247
2026-09-1721.2701
2026-09-2421.4521

High

21.6225

Low

20.9052

Average

21.2394

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.