Convert INR to FJD
Indian Rupee → Fijian Dollar
1 INR = 0.0234534 FJD(1 FJD = 42.637734 INR)
Currency converter
1 INR =
0.023453 FJD
INR to FJD: last 30 days
Over the last 30 days, 1 INR traded between 0.022973 and 0.023453 FJD, averaging 0.023215 FJD. The INR/FJD rate is up 2.09% since 2026-08-28.
- 30-day high
- 0.023453
- 2026-09-25
- 30-day low
- 0.022973
- 2026-08-28
- 30-day average
- 0.023215
- Days with data: 30
- 30-day change
- +2.09%
- since 2026-08-28
0.023453
0.0229732026-08-28 → 2026-09-26
| Date | 1 INR in FJD | Daily change |
|---|---|---|
| 2026-09-26 | 0.023453 | 0.00% |
| 2026-09-25 | 0.023453 | +0.44% |
| 2026-09-24 | 0.023351 | -0.07% |
| 2026-09-23 | 0.023367 | -0.23% |
| 2026-09-22 | 0.023422 | +1.05% |
| 2026-09-21 | 0.023178 | +0.29% |
| 2026-09-20 | 0.023111 | +0.00% |
| 2026-09-19 | 0.02311 | -1.19% |
| 2026-09-18 | 0.023389 | +0.49% |
| 2026-09-17 | 0.023275 | +0.93% |
| 2026-09-16 | 0.023061 | +0.02% |
| 2026-09-15 | 0.023056 | -0.30% |
| 2026-09-14 | 0.023126 | -0.34% |
| 2026-09-13 | 0.023204 | +0.20% |
| 2026-09-12 | 0.023158 | -0.33% |
| Date | 1 INR in FJD | Daily change |
|---|---|---|
| 2026-09-11 | 0.023234 | +0.38% |
| 2026-09-10 | 0.023145 | +0.06% |
| 2026-09-09 | 0.023131 | -0.14% |
| 2026-09-08 | 0.023164 | -0.51% |
| 2026-09-07 | 0.023283 | -0.62% |
| 2026-09-06 | 0.023429 | +0.48% |
| 2026-09-05 | 0.023316 | +0.41% |
| 2026-09-04 | 0.023222 | -0.31% |
| 2026-09-03 | 0.023294 | +0.28% |
| 2026-09-02 | 0.02323 | +0.33% |
| 2026-09-01 | 0.023152 | +0.25% |
| 2026-08-31 | 0.023095 | +0.29% |
| 2026-08-30 | 0.023029 | -0.09% |
| 2026-08-29 | 0.02305 | +0.33% |
| 2026-08-28 | 0.022973 | — |
INR to FJD conversion table
1 INR0.023453 FJD
5 INR0.11727 FJD
10 INR0.23453 FJD
25 INR0.58634 FJD
50 INR1.1727 FJD
100 INR2.3453 FJD
500 INR11.7267 FJD
1,000 INR23.4534 FJD
5,000 INR117.267 FJD
10,000 INR234.534 FJD
Get the INR/FJD rate in your app
One GET request returns the latest INR → FJD 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/FJD"fetch('https://rate-api.com/api/v1/pair/INR/FJD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} FJD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/FJD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} FJD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/FJD');
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']} FJD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "FJD"
},
"rate": 0.0235,
"timestamp": 1790429453,
"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
FJD to INRFijian Dollar → Indian Rupee42.6377Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.