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: show the values
| Point | HNL/XOF |
|---|---|
| 2026-03-28 | 21.4256 |
| 2026-04-04 | 21.4436 |
| 2026-04-11 | 21.0676 |
| 2026-04-18 | 20.9052 |
| 2026-04-25 | 21.0925 |
| 2026-05-02 | 21.0365 |
| 2026-05-09 | 20.9427 |
| 2026-05-17 | 21.1719 |
| 2026-05-25 | 21.1921 |
| 2026-06-01 | 21.1695 |
| 2026-06-10 | 21.2452 |
| 2026-06-17 | 21.1619 |
| 2026-06-24 | 21.6225 |
| 2026-07-01 | 21.5198 |
| 2026-07-08 | 21.4470 |
| 2026-07-15 | 21.4470 |
| 2026-07-22 | 21.4586 |
| 2026-07-29 | 21.4367 |
| 2026-08-05 | 21.2183 |
| 2026-08-12 | 21.2059 |
| 2026-08-20 | 21.0063 |
| 2026-08-27 | 20.9817 |
| 2026-09-03 | 21.0695 |
| 2026-09-10 | 21.0247 |
| 2026-09-17 | 21.2701 |
| 2026-09-24 | 21.4521 |
High
21.6225
Low
20.9052
Average
21.2394
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=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¤cies=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.