CHF to LRD exchange rate API
Swiss Franc to Liberian Dollar · quoted 2026-09-25
207.6935
▼ +9.73% over 6M
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 last 6 months, CHF/LRD traded between 207.6446 and 235.7069, averaged 225.4740 and fell 9.73%. 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 6M: show the values
| Point | CHF/LRD |
|---|---|
| 2026-03-29 | 230.0790 |
| 2026-04-05 | 229.4785 |
| 2026-04-12 | 232.2479 |
| 2026-04-19 | 235.7069 |
| 2026-04-26 | 232.9682 |
| 2026-05-03 | 235.5003 |
| 2026-05-10 | 235.4171 |
| 2026-05-18 | 233.5678 |
| 2026-05-26 | 232.8461 |
| 2026-06-02 | 232.6821 |
| 2026-06-11 | 228.3074 |
| 2026-06-18 | 227.1626 |
| 2026-06-25 | 223.5438 |
| 2026-07-02 | 225.3471 |
| 2026-07-09 | 224.6129 |
| 2026-07-16 | 224.0321 |
| 2026-07-23 | 222.5650 |
| 2026-07-30 | 222.8186 |
| 2026-08-06 | 222.8559 |
| 2026-08-13 | 223.6747 |
| 2026-08-21 | 227.1132 |
| 2026-08-28 | 225.1559 |
| 2026-09-04 | 219.3301 |
| 2026-09-11 | 214.0970 |
| 2026-09-18 | 211.3505 |
| 2026-09-25 | 207.6446 |
High
235.7069
Low
207.6446
Average
225.4740
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.