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: show the values
| Point | HNL/XOF |
|---|---|
| 2025-12-31 | 21.1611 |
| 2026-01-07 | 21.2579 |
| 2026-01-14 | 21.3217 |
| 2026-01-21 | 21.2386 |
| 2026-01-28 | 20.7466 |
| 2026-02-04 | 21.0444 |
| 2026-02-11 | 20.8110 |
| 2026-02-18 | 20.9735 |
| 2026-02-25 | 21.0160 |
| 2026-03-04 | 21.3279 |
| 2026-03-11 | 21.3490 |
| 2026-03-18 | 21.5016 |
| 2026-03-25 | 21.3521 |
| 2026-04-01 | 21.2960 |
| 2026-04-08 | 21.1449 |
| 2026-04-15 | 20.9348 |
| 2026-04-22 | 21.0110 |
| 2026-04-29 | 21.0674 |
| 2026-05-06 | 21.0537 |
| 2026-05-14 | 21.0754 |
| 2026-05-21 | 21.2293 |
| 2026-05-29 | 21.1960 |
| 2026-06-05 | 21.2407 |
| 2026-06-14 | 21.1797 |
| 2026-06-21 | 21.3990 |
| 2026-06-28 | 21.5324 |
| 2026-07-05 | 21.4238 |
| 2026-07-12 | 21.4736 |
| 2026-07-19 | 21.4178 |
| 2026-07-26 | 21.4894 |
| 2026-08-02 | 21.1826 |
| 2026-08-09 | 21.1284 |
| 2026-08-16 | 21.1183 |
| 2026-08-24 | 20.9185 |
| 2026-08-31 | 21.0569 |
| 2026-09-07 | 21.0339 |
| 2026-09-14 | 21.1603 |
| 2026-09-21 | 21.2802 |
High
21.5324
Low
20.7466
Average
21.1947
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.