CHF to LRD exchange rate API
Swiss Franc to Liberian Dollar · quoted 2026-09-25
207.6935
▼ +7.81% over YTD
1 CHF = 207.6935 LRD · 1 LRD = 0.004815 CHF · Get this rate via the API
1 CHF buys 207.6935 LRD as of 2026-09-25, so 1 LRD buys 0.004815 CHF. Over the year to date, CHF/LRD traded between 207.6935 and 242.7944, averaged 228.8970 and fell 7.81%. 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 YTD: show the values
| Point | CHF/LRD |
|---|---|
| 2025-12-31 | 225.2907 |
| 2026-01-07 | 223.7657 |
| 2026-01-14 | 224.7636 |
| 2026-01-21 | 233.1391 |
| 2026-01-28 | 241.0892 |
| 2026-02-04 | 239.2873 |
| 2026-02-11 | 242.7944 |
| 2026-02-18 | 241.1223 |
| 2026-02-25 | 237.0327 |
| 2026-03-04 | 235.4315 |
| 2026-03-11 | 234.8597 |
| 2026-03-18 | 231.4816 |
| 2026-03-25 | 232.9602 |
| 2026-04-01 | 231.9378 |
| 2026-04-08 | 234.2944 |
| 2026-04-15 | 235.6517 |
| 2026-04-22 | 235.6511 |
| 2026-04-29 | 232.8903 |
| 2026-05-06 | 235.0027 |
| 2026-05-14 | 234.2243 |
| 2026-05-21 | 232.3575 |
| 2026-05-29 | 232.3356 |
| 2026-06-05 | 231.8755 |
| 2026-06-14 | 230.0283 |
| 2026-06-21 | 225.9837 |
| 2026-06-28 | 224.7555 |
| 2026-07-05 | 226.2667 |
| 2026-07-12 | 224.4485 |
| 2026-07-19 | 224.1781 |
| 2026-07-26 | 221.8138 |
| 2026-08-02 | 224.3712 |
| 2026-08-09 | 224.7727 |
| 2026-08-16 | 223.2455 |
| 2026-08-24 | 226.2423 |
| 2026-08-31 | 223.5089 |
| 2026-09-07 | 216.2341 |
| 2026-09-14 | 213.7922 |
| 2026-09-21 | 210.4107 |
High
242.7944
Low
207.6935
Average
228.8970
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.