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: show the values
| Point | TJS/ERN |
|---|---|
| 2025-09-27 | 1.6062 |
| 2025-10-04 | 1.6173 |
| 2025-10-11 | 1.6260 |
| 2025-10-18 | 1.6259 |
| 2025-10-25 | 1.6146 |
| 2025-11-01 | 1.6243 |
| 2025-11-08 | 1.6258 |
| 2025-11-15 | 1.6232 |
| 2025-11-22 | 1.6265 |
| 2025-11-29 | 1.6241 |
| 2025-12-06 | 1.6349 |
| 2025-12-14 | 1.6234 |
| 2025-12-21 | 1.6279 |
| 2025-12-28 | 1.6214 |
| 2026-01-04 | 1.6235 |
| 2026-01-11 | 1.6132 |
| 2026-01-18 | 1.6087 |
| 2026-01-25 | 1.6039 |
| 2026-02-01 | 1.5975 |
| 2026-02-08 | 1.6008 |
| 2026-02-15 | 1.5888 |
| 2026-02-22 | 1.5844 |
| 2026-03-01 | 1.5772 |
| 2026-03-08 | 1.5649 |
| 2026-03-15 | 1.5629 |
| 2026-03-22 | 1.5658 |
| 2026-03-29 | 1.5688 |
| 2026-04-05 | 1.5680 |
| 2026-04-12 | 1.5805 |
| 2026-04-19 | 1.5880 |
| 2026-04-26 | 1.5984 |
| 2026-05-03 | 1.5988 |
| 2026-05-10 | 1.6120 |
| 2026-05-18 | 1.6046 |
| 2026-05-26 | 1.6223 |
| 2026-06-02 | 1.6242 |
| 2026-06-11 | 1.6083 |
| 2026-06-18 | 1.6177 |
| 2026-06-25 | 1.6190 |
| 2026-07-02 | 1.6211 |
| 2026-07-09 | 1.6195 |
| 2026-07-16 | 1.6292 |
| 2026-07-23 | 1.6239 |
| 2026-07-30 | 1.6344 |
| 2026-08-06 | 1.6267 |
| 2026-08-13 | 1.6209 |
| 2026-08-21 | 1.6215 |
| 2026-08-28 | 1.6243 |
| 2026-09-04 | 1.6257 |
| 2026-09-11 | 1.6236 |
| 2026-09-18 | 1.6262 |
| 2026-09-25 | 1.6272 |
High
1.6349
Low
1.5629
Average
1.6108
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.