Skip to content

TJS to ERN exchange rate API

Somoni to Nakfa · quoted 2026-09-27

1.6234

▲ +1.07% over 1Y

1 TJS = 1.6234 ERN · 1 ERN = 0.61598 TJS · Get this rate via the API

1 TJS buys 1.6234 ERN as of 2026-09-27, so 1 ERN buys 0.61598 TJS. Over the last year, TJS/ERN traded between 1.5629 and 1.6349, averaged 1.6108 and rose 1.07%. The API holds daily TJS/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/ERN over 1Y

TJS/ERN over 1Y: show the values
PointTJS/ERN
2025-09-271.6062
2025-10-041.6173
2025-10-111.6260
2025-10-181.6259
2025-10-251.6146
2025-11-011.6243
2025-11-081.6258
2025-11-151.6232
2025-11-221.6265
2025-11-291.6241
2025-12-061.6349
2025-12-141.6234
2025-12-211.6279
2025-12-281.6214
2026-01-041.6235
2026-01-111.6132
2026-01-181.6087
2026-01-251.6039
2026-02-011.5975
2026-02-081.6008
2026-02-151.5888
2026-02-221.5844
2026-03-011.5772
2026-03-081.5649
2026-03-151.5629
2026-03-221.5658
2026-03-291.5688
2026-04-051.5680
2026-04-121.5805
2026-04-191.5880
2026-04-261.5984
2026-05-031.5988
2026-05-101.6120
2026-05-181.6046
2026-05-261.6223
2026-06-021.6242
2026-06-111.6083
2026-06-181.6177
2026-06-251.6190
2026-07-021.6211
2026-07-091.6195
2026-07-161.6292
2026-07-231.6239
2026-07-301.6344
2026-08-061.6267
2026-08-131.6209
2026-08-211.6215
2026-08-281.6243
2026-09-041.6257
2026-09-111.6236
2026-09-181.6262
2026-09-251.6272

High

1.6349

Low

1.5629

Average

1.6108

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/ERN API questions

How do I get the TJS/ERN exchange rate from an API?

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

How far back does TJS/ERN historical data go?

Daily TJS/ERN 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/ERN 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.