Skip to content

XOF to MYR exchange rate API

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

0.007105

▼ +6.98% over 1Y

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 last year, XOF/MYR traded between 0.006905 and 0.007638, averaged 0.007182 and fell 6.98%. 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 1Y

XOF/MYR over 1Y: show the values
PointXOF/MYR
2025-09-250.007638
2025-10-020.007636
2025-10-090.007457
2025-10-160.007519
2025-10-230.007485
2025-10-300.007422
2025-11-060.007347
2025-11-130.007309
2025-11-200.007303
2025-11-270.007304
2025-12-040.007310
2025-12-110.007342
2025-12-180.007309
2025-12-250.007266
2026-01-010.007262
2026-01-080.007227
2026-01-150.007188
2026-01-220.007211
2026-01-290.007163
2026-02-050.007096
2026-02-120.007063
2026-02-190.007020
2026-02-260.006994
2026-03-050.006976
2026-03-120.006905
2026-03-190.006908
2026-03-260.007031
2026-04-020.007104
2026-04-090.007090
2026-04-160.007107
2026-04-230.007067
2026-04-300.007081
2026-05-070.007006
2026-05-140.007012
2026-05-210.007016
2026-05-280.007048
2026-06-040.007105
2026-06-110.007158
2026-06-180.007212
2026-06-250.007134
2026-07-020.007097
2026-07-090.007103
2026-07-160.007113
2026-07-230.007105
2026-07-300.007143
2026-08-060.007192
2026-08-130.007182
2026-08-200.007201
2026-08-270.007163
2026-09-030.007153
2026-09-100.007206
2026-09-170.007169
2026-09-240.007088

High

0.007638

Low

0.006905

Average

0.007182

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.