Skip to content

TJS to AWG exchange rate API

Somoni to Aruban Florin · quoted 2026-09-27

0.19373

▲ +1.07% over 1Y

1 TJS = 0.19373 AWG · 1 AWG = 5.1618 TJS · Get this rate via the API

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

TJS/AWG over 1Y

TJS/AWG over 1Y: show the values
PointTJS/AWG
2025-09-270.19168
2025-10-040.19299
2025-10-110.19404
2025-10-180.19403
2025-10-250.19268
2025-11-010.19383
2025-11-080.19401
2025-11-150.19371
2025-11-220.19410
2025-11-290.19381
2025-12-060.19509
2025-12-140.19372
2025-12-210.19426
2025-12-280.19349
2026-01-040.19373
2026-01-110.19251
2026-01-180.19197
2026-01-250.19140
2026-02-010.19063
2026-02-080.19103
2026-02-150.18960
2026-02-220.18907
2026-03-010.18821
2026-03-080.18675
2026-03-150.18651
2026-03-220.18685
2026-03-290.18720
2026-04-050.18712
2026-04-120.18966
2026-04-190.19069
2026-04-260.19180
2026-05-030.19186
2026-05-100.19371
2026-05-180.19268
2026-05-260.19360
2026-06-020.19382
2026-06-110.19193
2026-06-180.19305
2026-06-250.19320
2026-07-020.19453
2026-07-090.19326
2026-07-160.19442
2026-07-230.19378
2026-07-300.19504
2026-08-060.19412
2026-08-130.19342
2026-08-210.19350
2026-08-280.19383
2026-09-040.19400
2026-09-110.19375
2026-09-180.19542
2026-09-250.19417

High

0.19542

Low

0.18651

Average

0.19240

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/AWG API questions

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

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

How far back does TJS/AWG historical data go?

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