Convert FOK to INR
Faroese Króna → Indian Rupee
1 FOK = 14.615812 INR(1 INR = 0.0684191 FOK)
Currency converter
1 FOK =
14.6158 INR
FOK to INR: last 30 days
Over the last 30 days, 1 FOK traded between 14.5911 and 14.8647 INR, averaging 14.747 INR. The FOK/INR rate is down 1.67% since 2026-08-28.
- 30-day high
- 14.8647
- 2026-08-28
- 30-day low
- 14.5911
- 2026-09-24
- 30-day average
- 14.747
- Days with data: 30
- 30-day change
- -1.67%
- since 2026-08-28
14.8647
14.59112026-08-28 → 2026-09-26
| Date | 1 FOK in INR | Daily change |
|---|---|---|
| 2026-09-26 | 14.6158 | 0.00% |
| 2026-09-25 | 14.6158 | +0.17% |
| 2026-09-24 | 14.5911 | -0.16% |
| 2026-09-23 | 14.6142 | -0.45% |
| 2026-09-22 | 14.6797 | -0.15% |
| 2026-09-21 | 14.702 | -0.11% |
| 2026-09-20 | 14.7188 | +0.02% |
| 2026-09-19 | 14.7155 | -0.06% |
| 2026-09-18 | 14.7238 | -0.58% |
| 2026-09-17 | 14.8092 | -0.03% |
| 2026-09-16 | 14.813 | -0.08% |
| 2026-09-15 | 14.8249 | +0.00% |
| 2026-09-14 | 14.8242 | -0.09% |
| 2026-09-13 | 14.8371 | +0.04% |
| 2026-09-12 | 14.8307 | -0.19% |
| Date | 1 FOK in INR | Daily change |
|---|---|---|
| 2026-09-11 | 14.8584 | +0.03% |
| 2026-09-10 | 14.8536 | +0.48% |
| 2026-09-09 | 14.7833 | +0.26% |
| 2026-09-08 | 14.7446 | +0.37% |
| 2026-09-07 | 14.6899 | 0.00% |
| 2026-09-06 | 14.6899 | +0.00% |
| 2026-09-05 | 14.6897 | +0.04% |
| 2026-09-04 | 14.6838 | +0.30% |
| 2026-09-03 | 14.6394 | -0.61% |
| 2026-09-02 | 14.7288 | +0.01% |
| 2026-09-01 | 14.7278 | -0.62% |
| 2026-08-31 | 14.8203 | -0.26% |
| 2026-08-30 | 14.8596 | +0.00% |
| 2026-08-29 | 14.8594 | -0.04% |
| 2026-08-28 | 14.8647 | — |
FOK to INR conversion table
1 FOK14.6158 INR
5 FOK73.0791 INR
10 FOK146.1581 INR
25 FOK365.3953 INR
50 FOK730.7906 INR
100 FOK1,461.5812 INR
500 FOK7,307.9058 INR
1,000 FOK14,615.812 INR
5,000 FOK73,079.058 INR
10,000 FOK146,158.12 INR
Get the FOK/INR rate in your app
One GET request returns the latest FOK → 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/FOK/INR"fetch('https://rate-api.com/api/v1/pair/FOK/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 FOK = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/FOK/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 FOK = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/FOK/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 FOK = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "FOK",
"to": "INR"
},
"rate": 14.6158,
"timestamp": 1790435219,
"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 FOKIndian Rupee → Faroese Króna0.068419Convert FOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.