Skip to content

CHF to LRD exchange rate API

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

207.6935

▼ +7.81% over YTD

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 year to date, CHF/LRD traded between 207.6935 and 242.7944, averaged 228.8970 and fell 7.81%. 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 YTD

CHF/LRD over YTD: show the values
PointCHF/LRD
2025-12-31225.2907
2026-01-07223.7657
2026-01-14224.7636
2026-01-21233.1391
2026-01-28241.0892
2026-02-04239.2873
2026-02-11242.7944
2026-02-18241.1223
2026-02-25237.0327
2026-03-04235.4315
2026-03-11234.8597
2026-03-18231.4816
2026-03-25232.9602
2026-04-01231.9378
2026-04-08234.2944
2026-04-15235.6517
2026-04-22235.6511
2026-04-29232.8903
2026-05-06235.0027
2026-05-14234.2243
2026-05-21232.3575
2026-05-29232.3356
2026-06-05231.8755
2026-06-14230.0283
2026-06-21225.9837
2026-06-28224.7555
2026-07-05226.2667
2026-07-12224.4485
2026-07-19224.1781
2026-07-26221.8138
2026-08-02224.3712
2026-08-09224.7727
2026-08-16223.2455
2026-08-24226.2423
2026-08-31223.5089
2026-09-07216.2341
2026-09-14213.7922
2026-09-21210.4107

High

242.7944

Low

207.6935

Average

228.8970

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.