Convert CHF to LRD
Swiss Franc → Liberian Dollar
1 CHF = 207.64443 LRD(1 LRD = 0.00481593 CHF)
Currency converter
1 CHF =
207.6444 LRD
CHF to LRD: last 30 days
Over the last 30 days, 1 CHF traded between 207.6444 and 225.1984 LRD, averaging 215.8509 LRD. The CHF/LRD rate is down 7.78% since 2026-08-28.
- 30-day high
- 225.1984
- 2026-08-29
- 30-day low
- 207.6444
- 2026-09-25
- 30-day average
- 215.8509
- Days with data: 30
- 30-day change
- -7.78%
- since 2026-08-28
225.1984
207.64442026-08-28 → 2026-09-26
| Date | 1 CHF in LRD | Daily change |
|---|---|---|
| 2026-09-26 | 207.6444 | 0.00% |
| 2026-09-25 | 207.6444 | -0.71% |
| 2026-09-24 | 209.12 | -0.66% |
| 2026-09-23 | 210.5107 | -0.38% |
| 2026-09-22 | 211.3242 | +0.43% |
| 2026-09-21 | 210.4104 | -0.07% |
| 2026-09-20 | 210.5666 | +0.45% |
| 2026-09-19 | 209.6151 | -0.82% |
| 2026-09-18 | 211.3515 | -0.05% |
| 2026-09-17 | 211.4473 | -0.81% |
| 2026-09-16 | 213.1689 | +0.01% |
| 2026-09-15 | 213.1369 | -0.31% |
| 2026-09-14 | 213.7911 | -0.16% |
| 2026-09-13 | 214.1251 | +0.09% |
| 2026-09-12 | 213.9397 | -0.07% |
| Date | 1 CHF in LRD | Daily change |
|---|---|---|
| 2026-09-11 | 214.0978 | -0.37% |
| 2026-09-10 | 214.8848 | -3.24% |
| 2026-09-09 | 222.0798 | +3.01% |
| 2026-09-08 | 215.5865 | -0.30% |
| 2026-09-07 | 216.2344 | -2.27% |
| 2026-09-06 | 221.2524 | +0.18% |
| 2026-09-05 | 220.8449 | +0.69% |
| 2026-09-04 | 219.3304 | -0.29% |
| 2026-09-03 | 219.9643 | -0.95% |
| 2026-09-02 | 222.0706 | -0.34% |
| 2026-09-01 | 222.8333 | -0.30% |
| 2026-08-31 | 223.51 | -0.52% |
| 2026-08-30 | 224.688 | -0.23% |
| 2026-08-29 | 225.1984 | +0.02% |
| 2026-08-28 | 225.1559 | — |
CHF to LRD conversion table
1 CHF207.6444 LRD
5 CHF1,038.2221 LRD
10 CHF2,076.4443 LRD
25 CHF5,191.1107 LRD
50 CHF10,382.221 LRD
100 CHF20,764.443 LRD
500 CHF103,822.21 LRD
1,000 CHF207,644.43 LRD
5,000 CHF1,038,222.1 LRD
10,000 CHF2,076,444.3 LRD
Get the CHF/LRD rate in your app
One GET request returns the latest CHF → LRD 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/CHF/LRD"fetch('https://rate-api.com/api/v1/pair/CHF/LRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} LRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/LRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} LRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/LRD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} LRD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "LRD"
},
"rate": 207.6444,
"timestamp": 1790429313,
"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
LRD to CHFLiberian Dollar → Swiss Franc0.0048159Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.