Skip to content

CHF to LRD exchange rate API

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

207.5807

▼ +9.76% over 5Y

1 CHF = 207.5807 LRD · 1 LRD = 0.004817 CHF · Get this rate via the API

1 CHF buys 207.5807 LRD as of 2026-09-25, so 1 LRD buys 0.004817 CHF. Over the last 5 years, CHF/LRD traded between 204.4885 and 251.3837, averaged 228.1351 and fell 9.76%. 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 5Y

CHF/LRD over 5Y: show the values
PointCHF/LRD
2024-08-24230.0242
2024-10-07226.6910
2024-11-06218.8147
2024-12-06204.6730
2025-01-05204.4885
2025-02-04218.9768
2025-03-06225.1506
2025-04-06232.8516
2025-05-06242.3424
2025-06-07242.5283
2025-07-07251.3837
2025-08-06247.4214
2025-09-05249.8945
2025-10-06227.9449
2025-11-05226.4646
2025-12-05220.5930
2026-01-05223.9534
2026-02-04239.2873
2026-03-06233.2102
2026-04-05229.4785
2026-05-05234.1346
2026-06-06230.1806
2026-07-08224.2846
2026-08-07222.9256
2026-09-07216.2341

High

251.3837

Low

204.4885

Average

228.1351

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.