Convert INR to FOK
Indian Rupee → Faroese Króna
1 INR = 0.0684191 FOK(1 FOK = 14.615812 INR)
Currency converter
1 INR =
0.068419 FOK
INR to FOK: last 30 days
Over the last 30 days, 1 INR traded between 0.067273 and 0.068535 FOK, averaging 0.067813 FOK. The INR/FOK rate is up 1.70% since 2026-08-28.
- 30-day high
- 0.068535
- 2026-09-24
- 30-day low
- 0.067273
- 2026-08-28
- 30-day average
- 0.067813
- Days with data: 30
- 30-day change
- +1.70%
- since 2026-08-28
0.068535
0.0672732026-08-28 → 2026-09-26
| Date | 1 INR in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 0.068419 | 0.00% |
| 2026-09-25 | 0.068419 | -0.17% |
| 2026-09-24 | 0.068535 | +0.16% |
| 2026-09-23 | 0.068427 | +0.45% |
| 2026-09-22 | 0.068121 | +0.15% |
| 2026-09-21 | 0.068018 | +0.11% |
| 2026-09-20 | 0.06794 | -0.02% |
| 2026-09-19 | 0.067956 | +0.06% |
| 2026-09-18 | 0.067917 | +0.58% |
| 2026-09-17 | 0.067526 | +0.03% |
| 2026-09-16 | 0.067508 | +0.08% |
| 2026-09-15 | 0.067454 | -0.00% |
| 2026-09-14 | 0.067457 | +0.09% |
| 2026-09-13 | 0.067398 | -0.04% |
| 2026-09-12 | 0.067428 | +0.19% |
| Date | 1 INR in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 0.067302 | -0.03% |
| 2026-09-10 | 0.067324 | -0.47% |
| 2026-09-09 | 0.067644 | -0.26% |
| 2026-09-08 | 0.067821 | -0.37% |
| 2026-09-07 | 0.068074 | 0.00% |
| 2026-09-06 | 0.068074 | -0.00% |
| 2026-09-05 | 0.068075 | -0.04% |
| 2026-09-04 | 0.068102 | -0.30% |
| 2026-09-03 | 0.068309 | +0.61% |
| 2026-09-02 | 0.067894 | -0.01% |
| 2026-09-01 | 0.067899 | +0.63% |
| 2026-08-31 | 0.067475 | +0.27% |
| 2026-08-30 | 0.067296 | -0.00% |
| 2026-08-29 | 0.067297 | +0.04% |
| 2026-08-28 | 0.067273 | — |
INR to FOK conversion table
1 INR0.068419 FOK
5 INR0.3421 FOK
10 INR0.68419 FOK
25 INR1.7105 FOK
50 INR3.421 FOK
100 INR6.8419 FOK
500 INR34.2095 FOK
1,000 INR68.4191 FOK
5,000 INR342.0953 FOK
10,000 INR684.1905 FOK
Get the INR/FOK rate in your app
One GET request returns the latest INR → FOK 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/FOK"fetch('https://rate-api.com/api/v1/pair/INR/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/FOK');
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']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "FOK"
},
"rate": 0.0684,
"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
FOK to INRFaroese Króna → Indian Rupee14.6158Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.