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: show the values
| Point | HNL/XOF |
|---|---|
| 2025-09-24 | 20.9263 |
| 2025-10-01 | 20.9222 |
| 2025-10-08 | 21.1178 |
| 2025-10-15 | 21.5127 |
| 2025-10-22 | 21.5167 |
| 2025-10-29 | 21.4154 |
| 2025-11-05 | 21.6898 |
| 2025-11-12 | 21.5316 |
| 2025-11-19 | 21.5551 |
| 2025-11-26 | 21.5375 |
| 2025-12-03 | 21.3833 |
| 2025-12-11 | 21.3067 |
| 2025-12-18 | 21.2349 |
| 2025-12-25 | 21.1237 |
| 2026-01-01 | 21.1207 |
| 2026-01-08 | 21.2990 |
| 2026-01-15 | 21.3376 |
| 2026-01-22 | 21.2350 |
| 2026-01-29 | 20.7818 |
| 2026-02-05 | 21.0488 |
| 2026-02-12 | 20.8597 |
| 2026-02-19 | 21.0156 |
| 2026-02-26 | 21.0150 |
| 2026-03-05 | 21.3483 |
| 2026-03-12 | 21.4604 |
| 2026-03-19 | 21.4861 |
| 2026-03-26 | 21.3850 |
| 2026-04-02 | 21.3326 |
| 2026-04-09 | 21.1015 |
| 2026-04-16 | 20.9983 |
| 2026-04-23 | 21.0360 |
| 2026-04-30 | 21.0672 |
| 2026-05-07 | 20.9170 |
| 2026-05-15 | 21.1009 |
| 2026-05-23 | 21.2476 |
| 2026-05-30 | 21.1608 |
| 2026-06-06 | 21.3252 |
| 2026-06-15 | 21.1414 |
| 2026-06-22 | 21.4211 |
| 2026-06-29 | 21.4798 |
| 2026-07-06 | 21.4370 |
| 2026-07-13 | 21.4558 |
| 2026-07-20 | 21.4415 |
| 2026-07-27 | 21.5120 |
| 2026-08-03 | 21.2316 |
| 2026-08-10 | 21.1676 |
| 2026-08-17 | 21.1423 |
| 2026-08-25 | 20.9676 |
| 2026-09-01 | 21.0497 |
| 2026-09-08 | 21.0322 |
| 2026-09-15 | 21.1557 |
| 2026-09-22 | 21.2972 |
High
21.6898
Low
20.7818
Average
21.2422
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.