Skip to content

PGK to TJS exchange rate API

Kina to Somoni · quoted 2026-09-24

2.0867

▼ +3.88% over YTD

1 PGK = 2.0867 TJS · 1 TJS = 0.47921 PGK · Get this rate via the API

1 PGK buys 2.0867 TJS as of 2026-09-24, so 1 TJS buys 0.47921 PGK. Over the year to date, PGK/TJS traded between 2.0577 and 2.2259, averaged 2.1449 and fell 3.88%. The API holds daily PGK/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/TJS over YTD

PGK/TJS over YTD: show the values
PointPGK/TJS
2025-12-312.1710
2026-01-072.1686
2026-01-142.1903
2026-01-212.1851
2026-01-282.1754
2026-02-042.1798
2026-02-112.1880
2026-02-182.1997
2026-02-252.2013
2026-03-042.2206
2026-03-112.2259
2026-03-182.2199
2026-03-252.2201
2026-04-012.2195
2026-04-082.1813
2026-04-152.1848
2026-04-222.1603
2026-04-292.1588
2026-05-062.1465
2026-05-142.1571
2026-05-212.1335
2026-05-292.1130
2026-06-052.1242
2026-06-142.1452
2026-06-212.1279
2026-06-282.1105
2026-07-052.1040
2026-07-122.1045
2026-07-192.1008
2026-07-262.0992
2026-08-022.0930
2026-08-092.0904
2026-08-162.1104
2026-08-242.0824
2026-08-312.0577
2026-09-072.0641
2026-09-142.0698
2026-09-212.0784

High

2.2259

Low

2.0577

Average

2.1449

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/TJS API questions

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

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

How far back does PGK/TJS historical data go?

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