TJS to PYG exchange rate API
Somoni to Guarani · quoted 2026-09-27
639.2800
▼ +10.51% over 5Y
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 5 years, TJS/PYG traded between 639.2800 and 820.0300, averaged 720.4828 and fell 10.51%. 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 5Y: show the values
| Point | TJS/PYG |
|---|---|
| 2024-08-24 | 714.3843 |
| 2024-10-07 | 734.9810 |
| 2024-11-06 | 740.7193 |
| 2024-12-06 | 714.4944 |
| 2025-01-05 | 720.5593 |
| 2025-02-04 | 724.4388 |
| 2025-03-06 | 726.5153 |
| 2025-04-06 | 741.3641 |
| 2025-05-06 | 772.3446 |
| 2025-06-07 | 808.8468 |
| 2025-07-07 | 820.0300 |
| 2025-08-06 | 784.4571 |
| 2025-09-05 | 761.1301 |
| 2025-10-06 | 755.8890 |
| 2025-11-05 | 768.0485 |
| 2025-12-05 | 755.5966 |
| 2026-01-05 | 710.0788 |
| 2026-02-04 | 712.3716 |
| 2026-03-06 | 683.3375 |
| 2026-04-05 | 674.8465 |
| 2026-05-05 | 664.1110 |
| 2026-06-06 | 653.4430 |
| 2026-07-08 | 657.8969 |
| 2026-08-07 | 644.6348 |
| 2026-09-07 | 648.7539 |
High
820.0300
Low
639.2800
Average
720.4828
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.