Convert INR to XPF
Indian Rupee → CFP Franc
1 INR = 1.092176 XPF(1 XPF = 0.915603 INR)
Currency converter
1 INR =
1.0922 XPF
INR to XPF: last 30 days
Over the last 30 days, 1 INR traded between 1.0742 and 1.094 XPF, averaging 1.0834 XPF. The INR/XPF rate is up 1.68% since 2026-08-28.
- 30-day high
- 1.094
- 2026-09-24
- 30-day low
- 1.0742
- 2026-08-28
- 30-day average
- 1.0834
- Days with data: 30
- 30-day change
- +1.68%
- since 2026-08-28
1.094
1.07422026-08-28 → 2026-09-26
| Date | 1 INR in XPF | Daily change |
|---|---|---|
| 2026-09-26 | 1.0922 | 0.00% |
| 2026-09-25 | 1.0922 | -0.17% |
| 2026-09-24 | 1.094 | +0.16% |
| 2026-09-23 | 1.0923 | +0.40% |
| 2026-09-22 | 1.0879 | +0.27% |
| 2026-09-21 | 1.0851 | +0.14% |
| 2026-09-20 | 1.0836 | -0.00% |
| 2026-09-19 | 1.0836 | +0.05% |
| 2026-09-18 | 1.083 | -0.19% |
| 2026-09-17 | 1.0851 | +0.71% |
| 2026-09-16 | 1.0774 | -0.06% |
| 2026-09-15 | 1.078 | -0.14% |
| 2026-09-14 | 1.0795 | +0.27% |
| 2026-09-13 | 1.0766 | -0.00% |
| 2026-09-12 | 1.0767 | +0.03% |
| Date | 1 INR in XPF | Daily change |
|---|---|---|
| 2026-09-11 | 1.0764 | +0.19% |
| 2026-09-10 | 1.0744 | -0.40% |
| 2026-09-09 | 1.0787 | -0.35% |
| 2026-09-08 | 1.0825 | -0.48% |
| 2026-09-07 | 1.0877 | +0.06% |
| 2026-09-06 | 1.0871 | -0.03% |
| 2026-09-05 | 1.0874 | +0.08% |
| 2026-09-04 | 1.0865 | -0.22% |
| 2026-09-03 | 1.0889 | +0.35% |
| 2026-09-02 | 1.0852 | +0.19% |
| 2026-09-01 | 1.0831 | +0.13% |
| 2026-08-31 | 1.0818 | +0.18% |
| 2026-08-30 | 1.0798 | -0.03% |
| 2026-08-29 | 1.0801 | +0.55% |
| 2026-08-28 | 1.0742 | — |
INR to XPF conversion table
1 INR1.0922 XPF
5 INR5.4609 XPF
10 INR10.9218 XPF
25 INR27.3044 XPF
50 INR54.6088 XPF
100 INR109.2176 XPF
500 INR546.0882 XPF
1,000 INR1,092.1764 XPF
5,000 INR5,460.8821 XPF
10,000 INR10,921.764 XPF
Get the INR/XPF rate in your app
One GET request returns the latest INR → XPF 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/XPF"fetch('https://rate-api.com/api/v1/pair/INR/XPF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} XPF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/XPF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} XPF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/XPF');
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']} XPF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "XPF"
},
"rate": 1.0922,
"timestamp": 1790429435,
"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
XPF to INRCFP Franc → Indian Rupee0.9156Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.