Skip to content

TJS to PGK exchange rate API

Somoni to Kina · quoted 2026-09-27

0.46846

▲ +5.19% over 1Y

1 TJS = 0.46846 PGK · 1 PGK = 2.1346 TJS · Get this rate via the API

1 TJS buys 0.46846 PGK as of 2026-09-27, so 1 PGK buys 2.1346 TJS. Over the last year, TJS/PGK traded between 0.44535 and 0.48745, averaged 0.46461 and rose 5.19%. The API holds daily TJS/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/PGK over 1Y

TJS/PGK over 1Y: show the values
PointTJS/PGK
2025-09-270.44535
2025-10-040.45405
2025-10-110.45695
2025-10-180.45558
2025-10-250.45125
2025-11-010.45975
2025-11-080.46419
2025-11-150.45657
2025-11-220.45875
2025-11-290.45939
2025-12-060.46298
2025-12-140.45976
2025-12-210.46192
2025-12-280.46185
2026-01-040.46061
2026-01-110.45846
2026-01-180.45763
2026-01-250.45650
2026-02-010.45464
2026-02-080.45622
2026-02-150.45405
2026-02-220.45455
2026-03-010.45103
2026-03-080.44827
2026-03-150.44846
2026-03-220.44914
2026-03-290.45055
2026-04-050.45078
2026-04-120.45543
2026-04-190.45968
2026-04-260.46272
2026-05-030.46312
2026-05-100.47097
2026-05-180.46682
2026-05-260.47152
2026-06-020.47261
2026-06-110.46993
2026-06-180.47296
2026-06-250.47429
2026-07-020.47586
2026-07-090.47450
2026-07-160.48052
2026-07-230.48209
2026-07-300.48298
2026-08-060.47858
2026-08-130.47860
2026-08-210.48479
2026-08-280.47947
2026-09-040.48745
2026-09-110.48273
2026-09-180.48482
2026-09-250.48414

High

0.48745

Low

0.44535

Average

0.46461

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/PGK API questions

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

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

How far back does TJS/PGK historical data go?

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