TOP to TJS exchange rate API
Pa’anga to Somoni · quoted 2026-09-25
3.8799
▼ +3.26% over 1Y
1 TOP = 3.8799 TJS · 1 TJS = 0.25774 TOP · Get this rate via the API
1 TOP buys 3.8799 TJS as of 2026-09-25, so 1 TJS buys 0.25774 TOP. Over the last year, TOP/TJS traded between 3.8417 and 4.0990, averaged 3.9449 and fell 3.26%. The API holds daily TOP/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/TJS over 1Y: show the values
| Point | TOP/TJS |
|---|---|
| 2025-09-25 | 4.0105 |
| 2025-10-02 | 3.9426 |
| 2025-10-09 | 3.9322 |
| 2025-10-16 | 3.8964 |
| 2025-10-23 | 3.9101 |
| 2025-10-30 | 3.8786 |
| 2025-11-06 | 3.9249 |
| 2025-11-13 | 3.9136 |
| 2025-11-20 | 3.8547 |
| 2025-11-27 | 3.8652 |
| 2025-12-04 | 3.8492 |
| 2025-12-12 | 3.8417 |
| 2025-12-19 | 3.8615 |
| 2025-12-26 | 3.9224 |
| 2026-01-02 | 3.8616 |
| 2026-01-09 | 3.8888 |
| 2026-01-16 | 3.9608 |
| 2026-01-23 | 3.9446 |
| 2026-01-30 | 3.9954 |
| 2026-02-06 | 3.9837 |
| 2026-02-13 | 4.0322 |
| 2026-02-20 | 4.0319 |
| 2026-02-27 | 4.0614 |
| 2026-03-06 | 4.0803 |
| 2026-03-13 | 4.0990 |
| 2026-03-20 | 4.0518 |
| 2026-03-27 | 4.0956 |
| 2026-04-03 | 4.0489 |
| 2026-04-10 | 4.0495 |
| 2026-04-18 | 3.9162 |
| 2026-04-25 | 3.8976 |
| 2026-05-02 | 3.8965 |
| 2026-05-09 | 3.8749 |
| 2026-05-17 | 3.9670 |
| 2026-05-25 | 3.9659 |
| 2026-06-01 | 3.9679 |
| 2026-06-10 | 3.9772 |
| 2026-06-17 | 3.9842 |
| 2026-06-24 | 3.9303 |
| 2026-07-01 | 3.9013 |
| 2026-07-08 | 3.9555 |
| 2026-07-15 | 3.9021 |
| 2026-07-22 | 3.9099 |
| 2026-07-29 | 3.9153 |
| 2026-08-05 | 3.9131 |
| 2026-08-12 | 3.9120 |
| 2026-08-20 | 3.9147 |
| 2026-08-27 | 3.9535 |
| 2026-09-03 | 3.9485 |
| 2026-09-10 | 3.9482 |
| 2026-09-17 | 3.9368 |
| 2026-09-24 | 3.9218 |
High
4.0990
Low
3.8417
Average
3.9449
Get this rate via the API
One GET request returns the TOP/TJS 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=TOP¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TJS").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/TJS API questions
How do I get the TOP/TJS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/TJS rate in rates.TJS.
How far back does TOP/TJS historical data go?
Daily TOP/TJS 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 TOP/TJS 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.