Skip to content

CHF to LRD exchange rate API

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

207.4678

▼ +8.64% over 1Y

1 CHF = 207.4678 LRD · 1 LRD = 0.004820 CHF · Get this rate via the API

1 CHF buys 207.4678 LRD as of 2026-09-26, so 1 LRD buys 0.004820 CHF. Over the last year, CHF/LRD traded between 207.4678 and 242.5202, averaged 227.6729 and fell 8.64%. 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 1Y

CHF/LRD over 1Y: show the values
PointCHF/LRD
2025-09-26227.0927
2025-10-03228.1843
2025-10-10224.6354
2025-10-17230.9640
2025-10-24229.3882
2025-10-31228.1232
2025-11-07227.2033
2025-11-14231.4280
2025-11-21225.0716
2025-11-28220.4540
2025-12-05220.5930
2025-12-13222.6758
2025-12-20223.0728
2025-12-27224.8668
2026-01-03225.2557
2026-01-10224.6454
2026-01-17224.8640
2026-01-24236.6959
2026-01-31240.5819
2026-02-07241.7058
2026-02-14242.5202
2026-02-21238.5369
2026-02-28238.6388
2026-03-07235.6798
2026-03-14230.6809
2026-03-21232.6514
2026-03-28229.9559
2026-04-04228.8698
2026-04-11233.3987
2026-04-18235.6610
2026-04-25232.7312
2026-05-02234.9350
2026-05-09236.1833
2026-05-17232.7968
2026-05-25233.3487
2026-06-01232.0069
2026-06-10229.1363
2026-06-17229.6021
2026-06-24224.3621
2026-07-01223.5292
2026-07-08224.2846
2026-07-15224.0260
2026-07-22223.1342
2026-07-29221.3078
2026-08-05223.0305
2026-08-12223.2119
2026-08-20226.6133
2026-08-27225.4472
2026-09-03219.9651
2026-09-10214.8840
2026-09-17211.4468
2026-09-24209.1203

High

242.5202

Low

207.4678

Average

227.6729

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.