Skip to content

XOF to MYR exchange rate API

CFA Franc BCEAO to Malaysian Ringgit · quoted 2026-09-25

0.007105

▼ +2.16% over YTD

1 XOF = 0.007105 MYR · 1 MYR = 140.7460 XOF · Get this rate via the API

1 XOF buys 0.007105 MYR as of 2026-09-25, so 1 MYR buys 140.7460 XOF. Over the year to date, XOF/MYR traded between 0.006878 and 0.007262, averaged 0.007106 and fell 2.16%. The API holds daily XOF/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/MYR over YTD

XOF/MYR over YTD: show the values
PointXOF/MYR
2025-12-310.007262
2026-01-070.007231
2026-01-140.007187
2026-01-210.007226
2026-01-280.007153
2026-02-040.007082
2026-02-110.007142
2026-02-180.007032
2026-02-250.006995
2026-03-040.006982
2026-03-110.006926
2026-03-180.006878
2026-03-250.007004
2026-04-010.007113
2026-04-080.007079
2026-04-150.007109
2026-04-220.007070
2026-04-290.007047
2026-05-060.007028
2026-05-130.007021
2026-05-200.007025
2026-05-270.007033
2026-06-030.007070
2026-06-100.007164
2026-06-170.007186
2026-06-240.007164
2026-07-010.007112
2026-07-080.007094
2026-07-150.007111
2026-07-220.007107
2026-07-290.007110
2026-08-050.007202
2026-08-120.007184
2026-08-190.007189
2026-08-260.007158
2026-09-020.007143
2026-09-090.007218
2026-09-160.007185
2026-09-230.007096

High

0.007262

Low

0.006878

Average

0.007106

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/MYR API questions

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

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

How far back does XOF/MYR historical data go?

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