Skip to content

PGK to TZS exchange rate API

Kina to Tanzanian Shilling · quoted 2026-09-24

595.1822

▼ +0.46% over 6M

1 PGK = 595.1822 TZS · 1 TZS = 0.001680 PGK · Get this rate via the API

1 PGK buys 595.1822 TZS as of 2026-09-24, so 1 TZS buys 0.001680 PGK. Over the last 6 months, PGK/TZS traded between 587.9706 and 609.1037, averaged 598.8941 and fell 0.46%. The API holds daily PGK/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/TZS over 6M

PGK/TZS over 6M: show the values
PointPGK/TZS
2026-03-28597.9262
2026-04-04602.3517
2026-04-11604.1976
2026-04-18600.5350
2026-04-25599.5669
2026-05-02600.4034
2026-05-09597.2805
2026-05-16596.2309
2026-05-23605.6033
2026-05-30602.4388
2026-06-06600.9535
2026-06-13602.2862
2026-06-20601.2956
2026-06-27597.8242
2026-07-04596.8527
2026-07-11596.8245
2026-07-18591.5885
2026-07-25597.0657
2026-08-01598.1983
2026-08-08597.3473
2026-08-15589.8084
2026-08-22597.8321
2026-08-29607.9633
2026-09-05587.9706
2026-09-12609.1037
2026-09-19595.5086

High

609.1037

Low

587.9706

Average

598.8941

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/TZS API questions

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

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

How far back does PGK/TZS historical data go?

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