CHF to LRD exchange rate API
Swiss Franc to Liberian Dollar · quoted 2026-09-25
207.4643
▼ +8.08% over 30D
1 CHF = 207.4643 LRD · 1 LRD = 0.004820 CHF · Get this rate via the API
1 CHF buys 207.4643 LRD as of 2026-09-25, so 1 LRD buys 0.004820 CHF. Over the last 30 days, CHF/LRD traded between 207.4643 and 225.7131, averaged 216.3956 and fell 8.08%. 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 30D: show the values
| Point | CHF/LRD |
|---|---|
| 2026-08-26 | 225.7131 |
| 2026-08-27 | 225.4472 |
| 2026-08-28 | 225.1559 |
| 2026-08-29 | 224.1393 |
| 2026-08-30 | 223.2738 |
| 2026-08-31 | 223.5089 |
| 2026-09-01 | 222.8344 |
| 2026-09-02 | 222.0714 |
| 2026-09-03 | 219.9651 |
| 2026-09-04 | 219.3301 |
| 2026-09-05 | 220.7273 |
| 2026-09-06 | 221.0958 |
| 2026-09-07 | 216.2341 |
| 2026-09-08 | 215.5865 |
| 2026-09-09 | 222.0795 |
| 2026-09-10 | 214.8840 |
| 2026-09-11 | 214.0970 |
| 2026-09-12 | 213.6239 |
| 2026-09-13 | 213.8081 |
| 2026-09-14 | 213.7922 |
| 2026-09-15 | 213.1367 |
| 2026-09-16 | 213.1696 |
| 2026-09-17 | 211.4468 |
| 2026-09-18 | 211.3505 |
| 2026-09-19 | 210.2796 |
| 2026-09-20 | 211.4342 |
| 2026-09-21 | 210.4107 |
| 2026-09-22 | 211.3244 |
| 2026-09-23 | 210.5108 |
| 2026-09-24 | 209.1203 |
| 2026-09-25 | 207.6446 |
High
225.7131
Low
207.4643
Average
216.3956
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.