Convert USD to FOK
US Dollar → Faroese Króna
1 USD = 6.555731 FOK(1 FOK = 0.152538 USD)
Currency converter
1 USD =
6.5557 FOK
USD to FOK: last 30 days
Over the last 30 days, 1 USD traded between 6.4172 and 6.5766 FOK, averaging 6.4684 FOK. The USD/FOK rate is up 2.16% since 2026-08-28.
- 30-day high
- 6.5766
- 2026-09-24
- 30-day low
- 6.4172
- 2026-08-28
- 30-day average
- 6.4684
- Days with data: 30
- 30-day change
- +2.16%
- since 2026-08-28
6.5766
6.41722026-08-28 → 2026-09-26
| Date | 1 USD in FOK | Daily change |
|---|---|---|
| 2026-09-26 | 6.5557 | 0.00% |
| 2026-09-25 | 6.5557 | -0.32% |
| 2026-09-24 | 6.5766 | +0.39% |
| 2026-09-23 | 6.5512 | +0.61% |
| 2026-09-22 | 6.5117 | -0.09% |
| 2026-09-21 | 6.5175 | +0.05% |
| 2026-09-20 | 6.5141 | -0.02% |
| 2026-09-19 | 6.5156 | +0.06% |
| 2026-09-18 | 6.5119 | +0.52% |
| 2026-09-17 | 6.4784 | +0.00% |
| 2026-09-16 | 6.4781 | +0.08% |
| 2026-09-15 | 6.4729 | +0.41% |
| 2026-09-14 | 6.4462 | +0.09% |
| 2026-09-13 | 6.4406 | -0.04% |
| 2026-09-12 | 6.4434 | +0.19% |
| Date | 1 USD in FOK | Daily change |
|---|---|---|
| 2026-09-11 | 6.4314 | +0.09% |
| 2026-09-10 | 6.4254 | -0.13% |
| 2026-09-09 | 6.4336 | +0.03% |
| 2026-09-08 | 6.4315 | -0.01% |
| 2026-09-07 | 6.4323 | 0.00% |
| 2026-09-06 | 6.4323 | -0.00% |
| 2026-09-05 | 6.4324 | -0.04% |
| 2026-09-04 | 6.435 | -0.30% |
| 2026-09-03 | 6.4545 | +0.10% |
| 2026-09-02 | 6.4479 | +0.01% |
| 2026-09-01 | 6.447 | +0.40% |
| 2026-08-31 | 6.4216 | +0.03% |
| 2026-08-30 | 6.4194 | -0.00% |
| 2026-08-29 | 6.4195 | +0.04% |
| 2026-08-28 | 6.4172 | — |
USD to FOK conversion table
1 USD6.5557 FOK
5 USD32.7787 FOK
10 USD65.5573 FOK
25 USD163.8933 FOK
50 USD327.7866 FOK
100 USD655.5731 FOK
500 USD3,277.8655 FOK
1,000 USD6,555.7309 FOK
5,000 USD32,778.655 FOK
10,000 USD65,557.309 FOK
Get the USD/FOK rate in your app
One GET request returns the latest USD → 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/USD/FOK"fetch('https://rate-api.com/api/v1/pair/USD/FOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} FOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/FOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} FOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/FOK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} FOK\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "FOK"
},
"rate": 6.5557,
"timestamp": 1790429433,
"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 USDFaroese Króna → US Dollar0.15254Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.