Yuan Renminbi to Liberian Dollar
CNY/LRD · quoted 2026-09-21
25.7733
▼ +0.95% over 7D
1 CNY = 25.7733 LRD · 1 LRD = 0.03880 CNY · Get this rate via the API
For developers
Get this rate via the API
One GET request returns the CNY/LRD rate as JSON. The free plan includes 5,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=CNY¤cies=LRD"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=LRD");
const data = await response.json();Python
import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.