Convert XOF to INR
West African CFA Franc → Indian Rupee
1 XOF = 0.166567 INR(1 INR = 6.003606 XOF)
Currency converter
1 XOF =
0.16657 INR
XOF to INR: last 30 days
Over the last 30 days, 1 XOF traded between 0.16629 and 0.16936 INR, averaging 0.16793 INR. The XOF/INR rate is down 1.65% since 2026-08-28.
- 30-day high
- 0.16936
- 2026-08-28
- 30-day low
- 0.16629
- 2026-09-24
- 30-day average
- 0.16793
- Days with data: 30
- 30-day change
- -1.65%
- since 2026-08-28
0.16936
0.166292026-08-28 → 2026-09-26
| Date | 1 XOF in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.16657 | 0.00% |
| 2026-09-25 | 0.16657 | +0.17% |
| 2026-09-24 | 0.16629 | -0.16% |
| 2026-09-23 | 0.16655 | -0.40% |
| 2026-09-22 | 0.16722 | -0.26% |
| 2026-09-21 | 0.16766 | -0.14% |
| 2026-09-20 | 0.16789 | +0.00% |
| 2026-09-19 | 0.16788 | -0.05% |
| 2026-09-18 | 0.16797 | +0.19% |
| 2026-09-17 | 0.16766 | -0.71% |
| 2026-09-16 | 0.16886 | +0.06% |
| 2026-09-15 | 0.16876 | +0.14% |
| 2026-09-14 | 0.16852 | -0.27% |
| 2026-09-13 | 0.16897 | +0.00% |
| 2026-09-12 | 0.16896 | -0.03% |
| Date | 1 XOF in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.16901 | -0.19% |
| 2026-09-10 | 0.16933 | +0.41% |
| 2026-09-09 | 0.16865 | +0.35% |
| 2026-09-08 | 0.16806 | +0.48% |
| 2026-09-07 | 0.16725 | -0.06% |
| 2026-09-06 | 0.16734 | +0.03% |
| 2026-09-05 | 0.1673 | -0.08% |
| 2026-09-04 | 0.16744 | +0.22% |
| 2026-09-03 | 0.16706 | -0.35% |
| 2026-09-02 | 0.16764 | -0.19% |
| 2026-09-01 | 0.16796 | -0.13% |
| 2026-08-31 | 0.16817 | -0.18% |
| 2026-08-30 | 0.16847 | +0.03% |
| 2026-08-29 | 0.16843 | -0.55% |
| 2026-08-28 | 0.16936 | — |
XOF to INR conversion table
1 XOF0.16657 INR
5 XOF0.83283 INR
10 XOF1.6657 INR
25 XOF4.1642 INR
50 XOF8.3283 INR
100 XOF16.6567 INR
500 XOF83.2833 INR
1,000 XOF166.5666 INR
5,000 XOF832.8328 INR
10,000 XOF1,665.6656 INR
Get the XOF/INR rate in your app
One GET request returns the latest XOF → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/XOF/INR"fetch('https://rate-api.com/api/v1/pair/XOF/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XOF = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XOF/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XOF = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XOF/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XOF = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "XOF",
"to": "INR"
},
"rate": 0.1666,
"timestamp": 1790432261,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to XOFIndian Rupee → West African CFA Franc6.0036Convert XOF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.