Skip to content

XOF to RON exchange rate API

CFA Franc BCEAO to New Romanian Leu · quoted 2026-09-25

0.008067

▲ +2.83% over 1Y

1 XOF = 0.008067 RON · 1 RON = 123.9618 XOF · Get this rate via the API

1 XOF buys 0.008067 RON as of 2026-09-25, so 1 RON buys 123.9618 XOF. Over the last year, XOF/RON traded between 0.007744 and 0.008067, averaged 0.007866 and rose 2.83%. The API holds daily XOF/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/RON over 1Y

XOF/RON over 1Y: show the values
PointXOF/RON
2025-09-250.007845
2025-10-020.007851
2025-10-090.007761
2025-10-160.007768
2025-10-230.007759
2025-10-300.007781
2025-11-060.007744
2025-11-130.007745
2025-11-200.007765
2025-11-270.007768
2025-12-040.007760
2025-12-110.007762
2025-12-180.007770
2025-12-250.007762
2026-01-010.007769
2026-01-080.007753
2026-01-150.007758
2026-01-220.007765
2026-01-290.007767
2026-02-050.007762
2026-02-120.007763
2026-02-190.007789
2026-02-260.007762
2026-03-050.007756
2026-03-120.007756
2026-03-190.007780
2026-03-260.007776
2026-04-020.007781
2026-04-090.007759
2026-04-160.007770
2026-04-230.007764
2026-04-300.007899
2026-05-070.008015
2026-05-140.007934
2026-05-210.008005
2026-05-280.008005
2026-06-040.007998
2026-06-120.007985
2026-06-190.007980
2026-06-260.007981
2026-07-030.007977
2026-07-100.007979
2026-07-170.007992
2026-07-240.007981
2026-07-310.008019
2026-08-070.008009
2026-08-140.007984
2026-08-210.008006
2026-08-280.008005
2026-09-040.008008
2026-09-110.008018
2026-09-180.008039
2026-09-250.008029

High

0.008067

Low

0.007744

Average

0.007866

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/RON API questions

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

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

How far back does XOF/RON historical data go?

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