Skip to content

HNL to XOF exchange rate API

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

21.4492

▲ +2.50% over 1Y

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 year, HNL/XOF traded between 20.7818 and 21.6898, averaged 21.2422 and rose 2.50%. 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 1Y

HNL/XOF over 1Y: show the values
PointHNL/XOF
2025-09-2420.9263
2025-10-0120.9222
2025-10-0821.1178
2025-10-1521.5127
2025-10-2221.5167
2025-10-2921.4154
2025-11-0521.6898
2025-11-1221.5316
2025-11-1921.5551
2025-11-2621.5375
2025-12-0321.3833
2025-12-1121.3067
2025-12-1821.2349
2025-12-2521.1237
2026-01-0121.1207
2026-01-0821.2990
2026-01-1521.3376
2026-01-2221.2350
2026-01-2920.7818
2026-02-0521.0488
2026-02-1220.8597
2026-02-1921.0156
2026-02-2621.0150
2026-03-0521.3483
2026-03-1221.4604
2026-03-1921.4861
2026-03-2621.3850
2026-04-0221.3326
2026-04-0921.1015
2026-04-1620.9983
2026-04-2321.0360
2026-04-3021.0672
2026-05-0720.9170
2026-05-1521.1009
2026-05-2321.2476
2026-05-3021.1608
2026-06-0621.3252
2026-06-1521.1414
2026-06-2221.4211
2026-06-2921.4798
2026-07-0621.4370
2026-07-1321.4558
2026-07-2021.4415
2026-07-2721.5120
2026-08-0321.2316
2026-08-1021.1676
2026-08-1721.1423
2026-08-2520.9676
2026-09-0121.0497
2026-09-0821.0322
2026-09-1521.1557
2026-09-2221.2972

High

21.6898

Low

20.7818

Average

21.2422

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.