IDR to XOF exchange rate API
Rupiah to CFA Franc BCEAO · quoted 2026-09-25
0.03231
▼ +1.62% over 1Y
1 IDR = 0.03231 XOF · 1 XOF = 30.9511 IDR · Get this rate via the API
1 IDR buys 0.03231 XOF as of 2026-09-25, so 1 XOF buys 30.9511 IDR. Over the last year, IDR/XOF traded between 0.03133 and 0.03414, averaged 0.03276 and fell 1.62%. The API holds daily IDR/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
IDR/XOF over 1Y: show the values
| Point | IDR/XOF |
|---|---|
| 2025-09-25 | 0.03284 |
| 2025-10-02 | 0.03314 |
| 2025-10-09 | 0.03414 |
| 2025-10-16 | 0.03385 |
| 2025-10-23 | 0.03398 |
| 2025-10-30 | 0.03395 |
| 2025-11-06 | 0.03414 |
| 2025-11-13 | 0.03380 |
| 2025-11-20 | 0.03398 |
| 2025-11-27 | 0.03399 |
| 2025-12-04 | 0.03377 |
| 2025-12-11 | 0.03356 |
| 2025-12-18 | 0.03344 |
| 2025-12-25 | 0.03322 |
| 2026-01-01 | 0.03344 |
| 2026-01-08 | 0.03339 |
| 2026-01-15 | 0.03340 |
| 2026-01-22 | 0.03320 |
| 2026-01-29 | 0.03267 |
| 2026-02-05 | 0.03297 |
| 2026-02-12 | 0.03283 |
| 2026-02-19 | 0.03291 |
| 2026-02-26 | 0.03313 |
| 2026-03-05 | 0.03342 |
| 2026-03-12 | 0.03368 |
| 2026-03-19 | 0.03362 |
| 2026-03-26 | 0.03358 |
| 2026-04-02 | 0.03342 |
| 2026-04-09 | 0.03285 |
| 2026-04-16 | 0.03246 |
| 2026-04-23 | 0.03246 |
| 2026-04-30 | 0.03232 |
| 2026-05-07 | 0.03226 |
| 2026-05-14 | 0.03210 |
| 2026-05-21 | 0.03195 |
| 2026-05-28 | 0.03161 |
| 2026-06-04 | 0.03133 |
| 2026-06-11 | 0.03161 |
| 2026-06-18 | 0.03193 |
| 2026-06-25 | 0.03209 |
| 2026-07-02 | 0.03190 |
| 2026-07-09 | 0.03170 |
| 2026-07-16 | 0.03183 |
| 2026-07-23 | 0.03203 |
| 2026-07-30 | 0.03161 |
| 2026-08-06 | 0.03176 |
| 2026-08-13 | 0.03186 |
| 2026-08-20 | 0.03155 |
| 2026-08-27 | 0.03174 |
| 2026-09-03 | 0.03201 |
| 2026-09-10 | 0.03210 |
| 2026-09-17 | 0.03225 |
| 2026-09-24 | 0.03215 |
High
0.03414
Low
0.03133
Average
0.03276
Get this rate via the API
One GET request returns the IDR/XOF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
IDR/XOF API questions
How do I get the IDR/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest IDR/XOF rate in rates.XOF.
How far back does IDR/XOF historical data go?
Daily IDR/XOF 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 IDR/XOF 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.