Skip to content

HNL to XOF exchange rate API

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

21.4492

▲ +2.30% over 30D

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 30 days, HNL/XOF traded between 20.9676 and 21.4521, averaged 21.1233 and rose 2.30%. 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 30D

HNL/XOF over 30D: show the values
PointHNL/XOF
2026-08-2520.9676
2026-08-2620.9791
2026-08-2720.9817
2026-08-2821.0196
2026-08-2921.0655
2026-08-3021.0628
2026-08-3121.0569
2026-09-0121.0497
2026-09-0221.0840
2026-09-0321.0695
2026-09-0421.0037
2026-09-0521.0071
2026-09-0621.0089
2026-09-0721.0339
2026-09-0821.0322
2026-09-0921.0204
2026-09-1021.0247
2026-09-1121.0703
2026-09-1221.0681
2026-09-1321.0240
2026-09-1421.1603
2026-09-1521.1557
2026-09-1621.1705
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

20.9676

Average

21.1233

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.