Convert FOK to AUD
Faroese Króna → Australian Dollar
1 FOK = 0.216975 AUD(1 AUD = 4.608816 FOK)
Currency converter
1 FOK =
0.21698 AUD
FOK to AUD: last 30 days
Over the last 30 days, 1 FOK traded between 0.21496 and 0.21759 AUD, averaging 0.21628 AUD. The FOK/AUD rate is up 0.18% since 2026-08-28.
- 30-day high
- 0.21759
- 2026-09-14
- 30-day low
- 0.21496
- 2026-09-21
- 30-day average
- 0.21628
- Days with data: 30
- 30-day change
- +0.18%
- since 2026-08-28
0.21759
0.214962026-08-28 → 2026-09-26
| Date | 1 FOK in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.21698 | 0.00% |
| 2026-09-25 | 0.21698 | +0.27% |
| 2026-09-24 | 0.2164 | +0.19% |
| 2026-09-23 | 0.21598 | +0.00% |
| 2026-09-22 | 0.21598 | +0.47% |
| 2026-09-21 | 0.21496 | -0.30% |
| 2026-09-20 | 0.21561 | +0.02% |
| 2026-09-19 | 0.21556 | -0.06% |
| 2026-09-18 | 0.21568 | -0.60% |
| 2026-09-17 | 0.21698 | +0.25% |
| 2026-09-16 | 0.21644 | -0.17% |
| 2026-09-15 | 0.21681 | -0.36% |
| 2026-09-14 | 0.21759 | +0.52% |
| 2026-09-13 | 0.21647 | +0.04% |
| 2026-09-12 | 0.21638 | -0.19% |
| Date | 1 FOK in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.21678 | +0.08% |
| 2026-09-10 | 0.21661 | +0.68% |
| 2026-09-09 | 0.21514 | -0.18% |
| 2026-09-08 | 0.21552 | +0.01% |
| 2026-09-07 | 0.21549 | -0.15% |
| 2026-09-06 | 0.21582 | +0.00% |
| 2026-09-05 | 0.21581 | +0.04% |
| 2026-09-04 | 0.21573 | +0.16% |
| 2026-09-03 | 0.21538 | -0.74% |
| 2026-09-02 | 0.21699 | -0.10% |
| 2026-09-01 | 0.2172 | -0.11% |
| 2026-08-31 | 0.21744 | +0.43% |
| 2026-08-30 | 0.21652 | +0.00% |
| 2026-08-29 | 0.21651 | -0.04% |
| 2026-08-28 | 0.21659 | — |
FOK to AUD conversion table
1 FOK0.21698 AUD
5 FOK1.0849 AUD
10 FOK2.1698 AUD
25 FOK5.4244 AUD
50 FOK10.8488 AUD
100 FOK21.6975 AUD
500 FOK108.4877 AUD
1,000 FOK216.9755 AUD
5,000 FOK1,084.8773 AUD
10,000 FOK2,169.7545 AUD
Get the FOK/AUD rate in your app
One GET request returns the latest FOK → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/FOK/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 FOK = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/FOK/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 FOK = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/FOK/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "FOK",
"to": "AUD"
},
"rate": 0.217,
"timestamp": 1790432073,
"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
AUD to FOKAustralian Dollar → Faroese Króna4.6088Convert FOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.