HNL to XOF exchange rate API
Lempira to CFA Franc BCEAO · quoted 2026-09-24
21.4492
▲ +2.30% over 30D
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 30 days, HNL/XOF traded between 20.9676 and 21.4521, averaged 21.1233 and rose 2.30%. 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 30D: show the values
| Point | HNL/XOF |
|---|---|
| 2026-08-25 | 20.9676 |
| 2026-08-26 | 20.9791 |
| 2026-08-27 | 20.9817 |
| 2026-08-28 | 21.0196 |
| 2026-08-29 | 21.0655 |
| 2026-08-30 | 21.0628 |
| 2026-08-31 | 21.0569 |
| 2026-09-01 | 21.0497 |
| 2026-09-02 | 21.0840 |
| 2026-09-03 | 21.0695 |
| 2026-09-04 | 21.0037 |
| 2026-09-05 | 21.0071 |
| 2026-09-06 | 21.0089 |
| 2026-09-07 | 21.0339 |
| 2026-09-08 | 21.0322 |
| 2026-09-09 | 21.0204 |
| 2026-09-10 | 21.0247 |
| 2026-09-11 | 21.0703 |
| 2026-09-12 | 21.0681 |
| 2026-09-13 | 21.0240 |
| 2026-09-14 | 21.1603 |
| 2026-09-15 | 21.1557 |
| 2026-09-16 | 21.1705 |
| 2026-09-17 | 21.2701 |
| 2026-09-18 | 21.2281 |
| 2026-09-19 | 21.2220 |
| 2026-09-20 | 21.2272 |
| 2026-09-21 | 21.2802 |
| 2026-09-22 | 21.2972 |
| 2026-09-23 | 21.4043 |
| 2026-09-24 | 21.4521 |
High
21.4521
Low
20.9676
Average
21.1233
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.