Skip to content

XOF to HNL exchange rate API

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

0.04662

▼ +2.44% over 1Y

1 XOF = 0.04662 HNL · 1 HNL = 21.4496 XOF · Get this rate via the API

1 XOF buys 0.04662 HNL as of 2026-09-24, so 1 HNL buys 21.4496 XOF. Over the last year, XOF/HNL traded between 0.04610 and 0.04812, averaged 0.04708 and fell 2.44%. The API holds daily XOF/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/HNL over 1Y

XOF/HNL over 1Y: show the values
PointXOF/HNL
2025-09-240.04779
2025-10-010.04780
2025-10-080.04735
2025-10-150.04648
2025-10-220.04648
2025-10-290.04670
2025-11-050.04610
2025-11-120.04644
2025-11-190.04639
2025-11-260.04643
2025-12-030.04677
2025-12-110.04693
2025-12-180.04709
2025-12-250.04734
2026-01-010.04735
2026-01-080.04695
2026-01-150.04686
2026-01-220.04709
2026-01-290.04812
2026-02-050.04751
2026-02-120.04794
2026-02-190.04758
2026-02-260.04759
2026-03-050.04684
2026-03-120.04660
2026-03-190.04654
2026-03-260.04676
2026-04-020.04688
2026-04-090.04739
2026-04-160.04762
2026-04-230.04754
2026-04-300.04747
2026-05-070.04781
2026-05-150.04739
2026-05-230.04706
2026-05-300.04726
2026-06-060.04689
2026-06-150.04730
2026-06-220.04668
2026-06-290.04655
2026-07-060.04665
2026-07-130.04661
2026-07-200.04664
2026-07-270.04648
2026-08-030.04710
2026-08-100.04724
2026-08-170.04730
2026-08-250.04769
2026-09-010.04751
2026-09-080.04755
2026-09-150.04727
2026-09-220.04695

High

0.04812

Low

0.04610

Average

0.04708

For developers

Get this rate via the API

One GET request returns the XOF/HNL 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=XOF&currencies=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=HNL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=HNL").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/HNL API questions

How do I get the XOF/HNL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/HNL rate in rates.HNL.

How far back does XOF/HNL historical data go?

Daily XOF/HNL 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 XOF/HNL 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.