Skip to content

CHF to LRD exchange rate API

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

207.6935

▼ +9.73% over 6M

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 last 6 months, CHF/LRD traded between 207.6446 and 235.7069, averaged 225.4740 and fell 9.73%. 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 6M

CHF/LRD over 6M: show the values
PointCHF/LRD
2026-03-29230.0790
2026-04-05229.4785
2026-04-12232.2479
2026-04-19235.7069
2026-04-26232.9682
2026-05-03235.5003
2026-05-10235.4171
2026-05-18233.5678
2026-05-26232.8461
2026-06-02232.6821
2026-06-11228.3074
2026-06-18227.1626
2026-06-25223.5438
2026-07-02225.3471
2026-07-09224.6129
2026-07-16224.0321
2026-07-23222.5650
2026-07-30222.8186
2026-08-06222.8559
2026-08-13223.6747
2026-08-21227.1132
2026-08-28225.1559
2026-09-04219.3301
2026-09-11214.0970
2026-09-18211.3505
2026-09-25207.6446

High

235.7069

Low

207.6446

Average

225.4740

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.