Skip to content

TJS to PYG exchange rate API

Somoni to Guarani · quoted 2026-09-27

639.2800

▼ +15.78% over 1Y

1 TJS = 639.2800 PYG · 1 PYG = 0.001564 TJS · Get this rate via the API

1 TJS buys 639.2800 PYG as of 2026-09-27, so 1 PYG buys 0.001564 TJS. Over the last year, TJS/PYG traded between 637.7120 and 767.3348, averaged 691.5621 and fell 15.78%. The API holds daily TJS/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/PYG over 1Y

TJS/PYG over 1Y: show the values
PointTJS/PYG
2025-09-27759.0372
2025-10-04763.3829
2025-10-11759.3608
2025-10-18763.4126
2025-10-25760.3036
2025-11-01767.3348
2025-11-08766.6001
2025-11-15762.6703
2025-11-22760.9027
2025-11-29755.2308
2025-12-06757.0177
2025-12-14748.5192
2025-12-21728.2010
2025-12-28732.0058
2026-01-04712.2978
2026-01-11708.7115
2026-01-18725.5531
2026-01-25714.4376
2026-02-01713.5150
2026-02-08705.5380
2026-02-15694.1055
2026-02-22681.4992
2026-03-01677.2399
2026-03-08682.4838
2026-03-15672.0219
2026-03-22678.4912
2026-03-29683.4646
2026-04-05674.8465
2026-04-12680.4035
2026-04-19675.5857
2026-04-26674.5689
2026-05-03655.6963
2026-05-10654.7071
2026-05-18653.1540
2026-05-26660.7210
2026-06-02652.4422
2026-06-11657.2129
2026-06-18660.0104
2026-06-25657.3081
2026-07-02657.0935
2026-07-09654.3369
2026-07-16655.3585
2026-07-23655.2399
2026-07-30651.9394
2026-08-06645.6115
2026-08-13644.7421
2026-08-21651.7487
2026-08-28642.1658
2026-09-04643.2162
2026-09-11637.7120
2026-09-18641.2347
2026-09-25643.1194

High

767.3348

Low

637.7120

Average

691.5621

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/PYG API questions

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

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

How far back does TJS/PYG historical data go?

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