INR to LRD exchange rate API
Indian Rupee to Liberian Dollar · quoted 2026-09-25
1.7894
▼ +12.03% over 1Y
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 last year, INR/LRD traded between 1.7894 and 2.0817, averaged 1.9618 and fell 12.03%. 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 1Y: show the values
| Point | INR/LRD |
|---|---|
| 2025-09-25 | 2.0341 |
| 2025-10-02 | 2.0471 |
| 2025-10-09 | 2.0365 |
| 2025-10-16 | 2.0777 |
| 2025-10-23 | 2.0817 |
| 2025-10-30 | 2.0664 |
| 2025-11-06 | 2.0700 |
| 2025-11-13 | 2.0633 |
| 2025-11-20 | 2.0371 |
| 2025-11-27 | 1.9887 |
| 2025-12-04 | 1.9753 |
| 2025-12-12 | 1.9495 |
| 2025-12-19 | 1.9791 |
| 2025-12-26 | 1.9698 |
| 2026-01-02 | 1.9783 |
| 2026-01-09 | 1.9883 |
| 2026-01-16 | 1.9892 |
| 2026-01-23 | 2.0156 |
| 2026-01-30 | 2.0157 |
| 2026-02-06 | 2.0515 |
| 2026-02-13 | 2.0610 |
| 2026-02-20 | 2.0404 |
| 2026-02-27 | 2.0169 |
| 2026-03-06 | 1.9867 |
| 2026-03-13 | 1.9875 |
| 2026-03-20 | 1.9552 |
| 2026-03-27 | 1.9342 |
| 2026-04-03 | 1.9758 |
| 2026-04-10 | 1.9836 |
| 2026-04-17 | 1.9822 |
| 2026-04-24 | 1.9551 |
| 2026-05-01 | 1.9312 |
| 2026-05-08 | 1.9485 |
| 2026-05-16 | 1.9104 |
| 2026-05-24 | 1.9100 |
| 2026-05-31 | 1.9236 |
| 2026-06-09 | 1.9139 |
| 2026-06-16 | 1.9268 |
| 2026-06-23 | 1.9231 |
| 2026-06-30 | 1.9291 |
| 2026-07-07 | 1.9077 |
| 2026-07-14 | 1.8910 |
| 2026-07-21 | 1.8830 |
| 2026-07-28 | 1.8915 |
| 2026-08-04 | 1.8939 |
| 2026-08-11 | 1.8917 |
| 2026-08-18 | 1.8972 |
| 2026-08-26 | 1.9014 |
| 2026-09-02 | 1.9032 |
| 2026-09-09 | 1.8845 |
| 2026-09-16 | 1.8193 |
| 2026-09-23 | 1.8093 |
High
2.0817
Low
1.7894
Average
1.9618
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.