CHF to LRD exchange rate API
Swiss Franc to Liberian Dollar · quoted 2026-09-26
207.4678
▼ +8.64% over 1Y
1 CHF = 207.4678 LRD · 1 LRD = 0.004820 CHF · Get this rate via the API
1 CHF buys 207.4678 LRD as of 2026-09-26, so 1 LRD buys 0.004820 CHF. Over the last year, CHF/LRD traded between 207.4678 and 242.5202, averaged 227.6729 and fell 8.64%. The API holds daily CHF/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/LRD over 1Y: show the values
| Point | CHF/LRD |
|---|---|
| 2025-09-26 | 227.0927 |
| 2025-10-03 | 228.1843 |
| 2025-10-10 | 224.6354 |
| 2025-10-17 | 230.9640 |
| 2025-10-24 | 229.3882 |
| 2025-10-31 | 228.1232 |
| 2025-11-07 | 227.2033 |
| 2025-11-14 | 231.4280 |
| 2025-11-21 | 225.0716 |
| 2025-11-28 | 220.4540 |
| 2025-12-05 | 220.5930 |
| 2025-12-13 | 222.6758 |
| 2025-12-20 | 223.0728 |
| 2025-12-27 | 224.8668 |
| 2026-01-03 | 225.2557 |
| 2026-01-10 | 224.6454 |
| 2026-01-17 | 224.8640 |
| 2026-01-24 | 236.6959 |
| 2026-01-31 | 240.5819 |
| 2026-02-07 | 241.7058 |
| 2026-02-14 | 242.5202 |
| 2026-02-21 | 238.5369 |
| 2026-02-28 | 238.6388 |
| 2026-03-07 | 235.6798 |
| 2026-03-14 | 230.6809 |
| 2026-03-21 | 232.6514 |
| 2026-03-28 | 229.9559 |
| 2026-04-04 | 228.8698 |
| 2026-04-11 | 233.3987 |
| 2026-04-18 | 235.6610 |
| 2026-04-25 | 232.7312 |
| 2026-05-02 | 234.9350 |
| 2026-05-09 | 236.1833 |
| 2026-05-17 | 232.7968 |
| 2026-05-25 | 233.3487 |
| 2026-06-01 | 232.0069 |
| 2026-06-10 | 229.1363 |
| 2026-06-17 | 229.6021 |
| 2026-06-24 | 224.3621 |
| 2026-07-01 | 223.5292 |
| 2026-07-08 | 224.2846 |
| 2026-07-15 | 224.0260 |
| 2026-07-22 | 223.1342 |
| 2026-07-29 | 221.3078 |
| 2026-08-05 | 223.0305 |
| 2026-08-12 | 223.2119 |
| 2026-08-20 | 226.6133 |
| 2026-08-27 | 225.4472 |
| 2026-09-03 | 219.9651 |
| 2026-09-10 | 214.8840 |
| 2026-09-17 | 211.4468 |
| 2026-09-24 | 209.1203 |
High
242.5202
Low
207.4678
Average
227.6729
Get this rate via the API
One GET request returns the CHF/LRD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/LRD API questions
How do I get the CHF/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/LRD rate in rates.LRD.
How far back does CHF/LRD historical data go?
Daily CHF/LRD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/LRD exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.