Skip to content

CHF to LRD exchange rate API

Swiss Franc to Liberian Dollar · quoted 2026-09-25

207.4643

▼ +1.84% over 7D

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 7 days, CHF/LRD traded between 207.4643 and 211.4342, averaged 209.9488 and fell 1.84%. 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 7D

CHF/LRD over 7D: show the values
PointCHF/LRD
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

211.4342

Low

207.4643

Average

209.9488

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.