TJS to LRD exchange rate API
Somoni to Liberian Dollar · quoted 2026-09-27
18.6484
▼ +3.89% over 1Y
1 TJS = 18.6484 LRD · 1 LRD = 0.05362 TJS · Get this rate via the API
1 TJS buys 18.6484 LRD as of 2026-09-27, so 1 LRD buys 0.05362 TJS. Over the last year, TJS/LRD traded between 18.6484 and 19.9329, averaged 19.4648 and fell 3.89%. The API holds daily TJS/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/LRD over 1Y: show the values
| Point | TJS/LRD |
|---|---|
| 2025-09-27 | 19.4031 |
| 2025-10-04 | 19.6152 |
| 2025-10-11 | 19.7571 |
| 2025-10-18 | 19.8647 |
| 2025-10-25 | 19.7090 |
| 2025-11-01 | 19.8700 |
| 2025-11-08 | 19.8037 |
| 2025-11-15 | 19.6399 |
| 2025-11-22 | 19.4285 |
| 2025-11-29 | 19.2084 |
| 2025-12-06 | 19.3128 |
| 2025-12-14 | 19.1258 |
| 2025-12-21 | 19.2146 |
| 2025-12-28 | 19.1696 |
| 2026-01-04 | 19.2771 |
| 2026-01-11 | 19.3546 |
| 2026-01-18 | 19.4207 |
| 2026-01-25 | 19.7875 |
| 2026-02-01 | 19.7494 |
| 2026-02-08 | 19.9329 |
| 2026-02-15 | 19.7301 |
| 2026-02-22 | 19.5027 |
| 2026-03-01 | 19.3013 |
| 2026-03-08 | 19.0887 |
| 2026-03-15 | 19.0786 |
| 2026-03-22 | 19.1213 |
| 2026-03-29 | 19.2060 |
| 2026-04-05 | 19.1946 |
| 2026-04-12 | 19.3585 |
| 2026-04-19 | 19.5123 |
| 2026-04-26 | 19.5208 |
| 2026-05-03 | 19.5991 |
| 2026-05-10 | 19.6676 |
| 2026-05-18 | 19.6139 |
| 2026-05-26 | 19.7761 |
| 2026-06-02 | 19.7874 |
| 2026-06-11 | 19.5654 |
| 2026-06-18 | 19.7047 |
| 2026-06-25 | 19.6195 |
| 2026-07-02 | 19.6558 |
| 2026-07-09 | 19.5685 |
| 2026-07-16 | 19.6281 |
| 2026-07-23 | 19.6595 |
| 2026-07-30 | 19.7255 |
| 2026-08-06 | 19.5695 |
| 2026-08-13 | 19.6412 |
| 2026-08-21 | 19.6277 |
| 2026-08-28 | 19.6085 |
| 2026-09-04 | 19.2363 |
| 2026-09-11 | 18.8942 |
| 2026-09-18 | 18.9187 |
| 2026-09-25 | 18.6571 |
High
19.9329
Low
18.6484
Average
19.4648
Get this rate via the API
One GET request returns the TJS/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=TJS¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/LRD API questions
How do I get the TJS/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/LRD rate in rates.LRD.
How far back does TJS/LRD historical data go?
Daily TJS/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 TJS/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.