Skip to content

XOF to YER exchange rate API

CFA Franc BCEAO to Yemeni Rial · quoted 2026-09-27

0.41087

▼ +3.76% over 1Y

1 XOF = 0.41087 YER · 1 YER = 2.4339 XOF · Get this rate via the API

1 XOF buys 0.41087 YER as of 2026-09-27, so 1 YER buys 2.4339 XOF. Over the last year, XOF/YER traded between 0.41064 and 0.43139, averaged 0.42175 and fell 3.76%. The API holds daily XOF/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/YER over 1Y

XOF/YER over 1Y: show the values
PointXOF/YER
2025-09-270.42692
2025-10-040.42812
2025-10-110.42278
2025-10-180.42449
2025-10-250.42335
2025-11-010.41957
2025-11-080.42062
2025-11-150.42239
2025-11-220.41862
2025-11-290.42134
2025-12-060.42336
2025-12-140.42680
2025-12-210.42572
2025-12-280.42778
2026-01-040.42606
2026-01-110.42286
2026-01-180.42120
2026-01-250.43039
2026-02-010.43057
2026-02-080.42923
2026-02-150.43139
2026-02-220.42852
2026-03-010.42840
2026-03-080.42053
2026-03-150.41601
2026-03-220.42022
2026-03-290.41858
2026-04-050.41892
2026-04-120.42277
2026-04-190.42755
2026-04-260.42613
2026-05-030.42667
2026-05-100.42834
2026-05-180.42326
2026-05-260.42319
2026-06-020.42330
2026-06-110.42003
2026-06-180.41800
2026-06-250.41343
2026-07-020.41505
2026-07-090.41303
2026-07-160.41393
2026-07-230.41456
2026-07-300.41708
2026-08-060.41802
2026-08-130.41688
2026-08-210.42245
2026-08-280.41954
2026-09-040.41991
2026-09-110.41927
2026-09-180.41411
2026-09-250.41064

High

0.43139

Low

0.41064

Average

0.42175

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/YER API questions

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

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

How far back does XOF/YER historical data go?

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