Skip to content

INR to LRD exchange rate API

Indian Rupee to Liberian Dollar · quoted 2026-09-25

1.7894

▼ +9.95% over YTD

1 INR = 1.7894 LRD · 1 LRD = 0.55886 INR · Get this rate via the API

1 INR buys 1.7894 LRD as of 2026-09-25, so 1 LRD buys 0.55886 INR. Over the year to date, INR/LRD traded between 1.7894 and 2.0528, averaged 1.9380 and fell 9.95%. The API holds daily INR/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/LRD over YTD

INR/LRD over YTD: show the values
PointINR/LRD
2025-12-311.9871
2026-01-071.9831
2026-01-141.9938
2026-01-212.0085
2026-01-282.0120
2026-02-042.0528
2026-02-112.0509
2026-02-182.0479
2026-02-252.0194
2026-03-041.9933
2026-03-111.9892
2026-03-181.9660
2026-03-251.9580
2026-04-011.9661
2026-04-082.0017
2026-04-151.9739
2026-04-221.9645
2026-04-291.9373
2026-05-061.9354
2026-05-141.9124
2026-05-211.9042
2026-05-291.9136
2026-06-051.9249
2026-06-141.9178
2026-06-211.9294
2026-06-281.9224
2026-07-051.9044
2026-07-121.8996
2026-07-191.8773
2026-07-261.8742
2026-08-021.8947
2026-08-091.9026
2026-08-161.8982
2026-08-241.8964
2026-08-311.8989
2026-09-071.8518
2026-09-141.8267
2026-09-211.8037

High

2.0528

Low

1.7894

Average

1.9380

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=LRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/LRD API questions

How do I get the INR/LRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/LRD rate in rates.LRD.

How far back does INR/LRD historical data go?

Daily INR/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 INR/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.