Skip to content

TJS to LRD exchange rate API

Somoni to Liberian Dollar · quoted 2026-09-27

18.6484

▼ +3.37% over YTD

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 year to date, TJS/LRD traded between 18.6484 and 19.9207, averaged 19.4654 and fell 3.37%. 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 YTD

TJS/LRD over YTD: show the values
PointTJS/LRD
2025-12-3119.2985
2026-01-0719.2573
2026-01-1419.2758
2026-01-2119.7279
2026-01-2819.8947
2026-02-0419.9207
2026-02-1119.8716
2026-02-1819.6613
2026-02-2519.4220
2026-03-0419.2206
2026-03-1119.1176
2026-03-1819.0964
2026-03-2519.2246
2026-04-0119.1571
2026-04-0819.5629
2026-04-1519.4663
2026-04-2219.6062
2026-04-2919.5935
2026-05-0619.6254
2026-05-1419.6136
2026-05-2119.7039
2026-05-2919.7422
2026-06-0519.6347
2026-06-1419.6274
2026-06-2119.5984
2026-06-2819.6501
2026-07-0519.5860
2026-07-1219.6209
2026-07-1919.5873
2026-07-2619.5678
2026-08-0219.5910
2026-08-0919.6257
2026-08-1619.6171
2026-08-2419.6561
2026-08-3119.4918
2026-09-0718.9718
2026-09-1418.8838
2026-09-2118.7316

High

19.9207

Low

18.6484

Average

19.4654

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.