Skip to content

HNL to XOF exchange rate API

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

21.4492

▲ +1.36% over YTD

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 year to date, HNL/XOF traded between 20.7466 and 21.5324, averaged 21.1947 and rose 1.36%. 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 YTD

HNL/XOF over YTD: show the values
PointHNL/XOF
2025-12-3121.1611
2026-01-0721.2579
2026-01-1421.3217
2026-01-2121.2386
2026-01-2820.7466
2026-02-0421.0444
2026-02-1120.8110
2026-02-1820.9735
2026-02-2521.0160
2026-03-0421.3279
2026-03-1121.3490
2026-03-1821.5016
2026-03-2521.3521
2026-04-0121.2960
2026-04-0821.1449
2026-04-1520.9348
2026-04-2221.0110
2026-04-2921.0674
2026-05-0621.0537
2026-05-1421.0754
2026-05-2121.2293
2026-05-2921.1960
2026-06-0521.2407
2026-06-1421.1797
2026-06-2121.3990
2026-06-2821.5324
2026-07-0521.4238
2026-07-1221.4736
2026-07-1921.4178
2026-07-2621.4894
2026-08-0221.1826
2026-08-0921.1284
2026-08-1621.1183
2026-08-2420.9185
2026-08-3121.0569
2026-09-0721.0339
2026-09-1421.1603
2026-09-2121.2802

High

21.5324

Low

20.7466

Average

21.1947

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.