Convert AUD to FOK
Australian Dollar → Faroese Króna
1 AUD = 4.608816 FOK(1 FOK = 0.216975 AUD)
Currency converter
1 AUD =
4.6088 FOK
AUD to FOK: last 30 days
Over the last 30 days, 1 AUD traded between 4.5959 and 4.652 FOK, averaging 4.6238 FOK. The AUD/FOK rate is down 0.18% since 2026-08-28.
- 30-day high
- 4.652
- 2026-09-21
- 30-day low
- 4.5959
- 2026-09-14
- 30-day average
- 4.6238
- Days with data: 30
- 30-day change
- -0.18%
- since 2026-08-28
4.652
4.59592026-08-28 → 2026-09-26
| Date | 1 AUD in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 4.6088 | 0.00% |
| 2026-09-25 | 4.6088 | -0.27% |
| 2026-09-24 | 4.6211 | -0.19% |
| 2026-09-23 | 4.63 | -0.00% |
| 2026-09-22 | 4.63 | -0.47% |
| 2026-09-21 | 4.652 | +0.30% |
| 2026-09-20 | 4.638 | -0.02% |
| 2026-09-19 | 4.6391 | +0.06% |
| 2026-09-18 | 4.6365 | +0.60% |
| 2026-09-17 | 4.6087 | -0.25% |
| 2026-09-16 | 4.6203 | +0.17% |
| 2026-09-15 | 4.6123 | +0.36% |
| 2026-09-14 | 4.5959 | -0.51% |
| 2026-09-13 | 4.6196 | -0.04% |
| 2026-09-12 | 4.6216 | +0.19% |
| Date | 1 AUD in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 4.613 | -0.08% |
| 2026-09-10 | 4.6166 | -0.68% |
| 2026-09-09 | 4.6482 | +0.18% |
| 2026-09-08 | 4.64 | -0.01% |
| 2026-09-07 | 4.6406 | +0.15% |
| 2026-09-06 | 4.6336 | -0.00% |
| 2026-09-05 | 4.6336 | -0.04% |
| 2026-09-04 | 4.6355 | -0.16% |
| 2026-09-03 | 4.6429 | +0.74% |
| 2026-09-02 | 4.6086 | +0.10% |
| 2026-09-01 | 4.604 | +0.11% |
| 2026-08-31 | 4.599 | -0.42% |
| 2026-08-30 | 4.6186 | -0.00% |
| 2026-08-29 | 4.6187 | +0.04% |
| 2026-08-28 | 4.617 | — |
AUD to FOK conversion table
1 AUD4.6088 FOK
5 AUD23.0441 FOK
10 AUD46.0882 FOK
25 AUD115.2204 FOK
50 AUD230.4408 FOK
100 AUD460.8816 FOK
500 AUD2,304.4081 FOK
1,000 AUD4,608.8163 FOK
5,000 AUD23,044.081 FOK
10,000 AUD46,088.163 FOK
Get the AUD/FOK rate in your app
One GET request returns the latest AUD → 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/AUD/FOK"fetch('https://rate-api.com/api/v1/pair/AUD/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "FOK"
},
"rate": 4.6088,
"timestamp": 1790429434,
"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 AUDFaroese Króna → Australian Dollar0.21698Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.