Skip to content

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

CHF/LRD over 30D: show the values
PointCHF/LRD
2026-08-26225.7131
2026-08-27225.4472
2026-08-28225.1559
2026-08-29224.1393
2026-08-30223.2738
2026-08-31223.5089
2026-09-01222.8344
2026-09-02222.0714
2026-09-03219.9651
2026-09-04219.3301
2026-09-05220.7273
2026-09-06221.0958
2026-09-07216.2341
2026-09-08215.5865
2026-09-09222.0795
2026-09-10214.8840
2026-09-11214.0970
2026-09-12213.6239
2026-09-13213.8081
2026-09-14213.7922
2026-09-15213.1367
2026-09-16213.1696
2026-09-17211.4468
2026-09-18211.3505
2026-09-19210.2796
2026-09-20211.4342
2026-09-21210.4107
2026-09-22211.3244
2026-09-23210.5108
2026-09-24209.1203
2026-09-25207.6446

High

225.7131

Low

207.4643

Average

216.3956

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=LRD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.