Convert INR to XAF
Indian Rupee → Central African CFA Franc
1 INR = 6.003606 XAF(1 XAF = 0.166567 INR)
Currency converter
1 INR =
6.0036 XAF
INR to XAF: last 30 days
Over the last 30 days, 1 INR traded between 5.9047 and 6.0137 XAF, averaging 5.9552 XAF. The INR/XAF rate is up 1.68% since 2026-08-28.
- 30-day high
- 6.0137
- 2026-09-24
- 30-day low
- 5.9047
- 2026-08-28
- 30-day average
- 5.9552
- Days with data: 30
- 30-day change
- +1.68%
- since 2026-08-28
6.0137
5.90472026-08-28 → 2026-09-26
| Date | 1 INR in XAF | Daily change |
|---|---|---|
| 2026-09-26 | 6.0036 | 0.00% |
| 2026-09-25 | 6.0036 | -0.17% |
| 2026-09-24 | 6.0137 | +0.16% |
| 2026-09-23 | 6.0042 | +0.40% |
| 2026-09-22 | 5.9803 | +0.27% |
| 2026-09-21 | 5.9645 | +0.14% |
| 2026-09-20 | 5.9562 | -0.00% |
| 2026-09-19 | 5.9565 | +0.05% |
| 2026-09-18 | 5.9534 | -0.19% |
| 2026-09-17 | 5.9645 | +0.71% |
| 2026-09-16 | 5.9222 | -0.06% |
| 2026-09-15 | 5.9257 | -0.14% |
| 2026-09-14 | 5.934 | +0.27% |
| 2026-09-13 | 5.9182 | -0.00% |
| 2026-09-12 | 5.9184 | +0.03% |
| Date | 1 INR in XAF | Daily change |
|---|---|---|
| 2026-09-11 | 5.9168 | +0.19% |
| 2026-09-10 | 5.9056 | -0.40% |
| 2026-09-09 | 5.9296 | -0.35% |
| 2026-09-08 | 5.9504 | -0.48% |
| 2026-09-07 | 5.9792 | +0.06% |
| 2026-09-06 | 5.9758 | -0.03% |
| 2026-09-05 | 5.9774 | +0.08% |
| 2026-09-04 | 5.9724 | -0.22% |
| 2026-09-03 | 5.9858 | +0.35% |
| 2026-09-02 | 5.9651 | +0.19% |
| 2026-09-01 | 5.9538 | +0.13% |
| 2026-08-31 | 5.9464 | +0.18% |
| 2026-08-30 | 5.9357 | -0.03% |
| 2026-08-29 | 5.9373 | +0.55% |
| 2026-08-28 | 5.9047 | — |
INR to XAF conversion table
1 INR6.0036 XAF
5 INR30.018 XAF
10 INR60.0361 XAF
25 INR150.0902 XAF
50 INR300.1803 XAF
100 INR600.3606 XAF
500 INR3,001.803 XAF
1,000 INR6,003.6061 XAF
5,000 INR30,018.03 XAF
10,000 INR60,036.061 XAF
Get the INR/XAF rate in your app
One GET request returns the latest INR → XAF 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/INR/XAF"fetch('https://rate-api.com/api/v1/pair/INR/XAF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} XAF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/XAF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} XAF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/XAF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} XAF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "XAF"
},
"rate": 6.0036,
"timestamp": 1790429436,
"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
XAF to INRCentral African CFA Franc → Indian Rupee0.16657Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.