Convert RUB to FOK
Russian Ruble → Faroese Króna
1 RUB = 0.0771144 FOK(1 FOK = 12.967748 RUB)
Currency converter
1 RUB =
0.077114 FOK
RUB to FOK: last 30 days
Over the last 30 days, 1 RUB traded between 0.073937 and 0.077744 FOK, averaging 0.07591 FOK. The RUB/FOK rate is up 2.71% since 2026-08-28.
- 30-day high
- 0.077744
- 2026-09-22
- 30-day low
- 0.073937
- 2026-09-03
- 30-day average
- 0.07591
- Days with data: 30
- 30-day change
- +2.71%
- since 2026-08-28
0.077744
0.0739372026-08-28 → 2026-09-26
| Date | 1 RUB in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 0.077114 | 0.00% |
| 2026-09-25 | 0.077114 | -0.52% |
| 2026-09-24 | 0.077517 | -0.26% |
| 2026-09-23 | 0.077715 | -0.04% |
| 2026-09-22 | 0.077744 | +0.40% |
| 2026-09-21 | 0.077437 | -0.04% |
| 2026-09-20 | 0.07747 | +0.35% |
| 2026-09-19 | 0.077202 | +0.18% |
| 2026-09-18 | 0.077064 | +0.20% |
| 2026-09-17 | 0.076914 | -0.03% |
| 2026-09-16 | 0.076939 | +0.45% |
| 2026-09-15 | 0.076592 | +0.44% |
| 2026-09-14 | 0.076256 | -0.21% |
| 2026-09-13 | 0.076415 | -0.15% |
| 2026-09-12 | 0.076533 | -0.09% |
| Date | 1 RUB in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 0.076601 | +1.33% |
| 2026-09-10 | 0.075597 | +0.87% |
| 2026-09-09 | 0.074942 | +0.49% |
| 2026-09-08 | 0.074579 | +0.42% |
| 2026-09-07 | 0.074266 | -0.06% |
| 2026-09-06 | 0.074311 | -0.85% |
| 2026-09-05 | 0.074949 | +0.93% |
| 2026-09-04 | 0.074257 | +0.43% |
| 2026-09-03 | 0.073937 | -0.44% |
| 2026-09-02 | 0.074263 | -0.57% |
| 2026-09-01 | 0.074688 | -0.01% |
| 2026-08-31 | 0.074695 | +0.09% |
| 2026-08-30 | 0.074627 | +0.18% |
| 2026-08-29 | 0.07449 | -0.79% |
| 2026-08-28 | 0.075081 | — |
RUB to FOK conversion table
1 RUB0.077114 FOK
5 RUB0.38557 FOK
10 RUB0.77114 FOK
25 RUB1.9279 FOK
50 RUB3.8557 FOK
100 RUB7.7114 FOK
500 RUB38.5572 FOK
1,000 RUB77.1144 FOK
5,000 RUB385.572 FOK
10,000 RUB771.1439 FOK
Get the RUB/FOK rate in your app
One GET request returns the latest RUB → 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/RUB/FOK"fetch('https://rate-api.com/api/v1/pair/RUB/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "FOK"
},
"rate": 0.0771,
"timestamp": 1790429427,
"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 RUBFaroese Króna → Russian Ruble12.9677Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.