Skip to content

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

TJS/LRD over 1Y: show the values
PointTJS/LRD
2025-09-2719.4031
2025-10-0419.6152
2025-10-1119.7571
2025-10-1819.8647
2025-10-2519.7090
2025-11-0119.8700
2025-11-0819.8037
2025-11-1519.6399
2025-11-2219.4285
2025-11-2919.2084
2025-12-0619.3128
2025-12-1419.1258
2025-12-2119.2146
2025-12-2819.1696
2026-01-0419.2771
2026-01-1119.3546
2026-01-1819.4207
2026-01-2519.7875
2026-02-0119.7494
2026-02-0819.9329
2026-02-1519.7301
2026-02-2219.5027
2026-03-0119.3013
2026-03-0819.0887
2026-03-1519.0786
2026-03-2219.1213
2026-03-2919.2060
2026-04-0519.1946
2026-04-1219.3585
2026-04-1919.5123
2026-04-2619.5208
2026-05-0319.5991
2026-05-1019.6676
2026-05-1819.6139
2026-05-2619.7761
2026-06-0219.7874
2026-06-1119.5654
2026-06-1819.7047
2026-06-2519.6195
2026-07-0219.6558
2026-07-0919.5685
2026-07-1619.6281
2026-07-2319.6595
2026-07-3019.7255
2026-08-0619.5695
2026-08-1319.6412
2026-08-2119.6277
2026-08-2819.6085
2026-09-0419.2363
2026-09-1118.8942
2026-09-1818.9187
2026-09-2518.6571

High

19.9329

Low

18.6484

Average

19.4648

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=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&currencies=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.