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: show the values
| Point | TJS/PYG |
|---|---|
| 2025-09-27 | 759.0372 |
| 2025-10-04 | 763.3829 |
| 2025-10-11 | 759.3608 |
| 2025-10-18 | 763.4126 |
| 2025-10-25 | 760.3036 |
| 2025-11-01 | 767.3348 |
| 2025-11-08 | 766.6001 |
| 2025-11-15 | 762.6703 |
| 2025-11-22 | 760.9027 |
| 2025-11-29 | 755.2308 |
| 2025-12-06 | 757.0177 |
| 2025-12-14 | 748.5192 |
| 2025-12-21 | 728.2010 |
| 2025-12-28 | 732.0058 |
| 2026-01-04 | 712.2978 |
| 2026-01-11 | 708.7115 |
| 2026-01-18 | 725.5531 |
| 2026-01-25 | 714.4376 |
| 2026-02-01 | 713.5150 |
| 2026-02-08 | 705.5380 |
| 2026-02-15 | 694.1055 |
| 2026-02-22 | 681.4992 |
| 2026-03-01 | 677.2399 |
| 2026-03-08 | 682.4838 |
| 2026-03-15 | 672.0219 |
| 2026-03-22 | 678.4912 |
| 2026-03-29 | 683.4646 |
| 2026-04-05 | 674.8465 |
| 2026-04-12 | 680.4035 |
| 2026-04-19 | 675.5857 |
| 2026-04-26 | 674.5689 |
| 2026-05-03 | 655.6963 |
| 2026-05-10 | 654.7071 |
| 2026-05-18 | 653.1540 |
| 2026-05-26 | 660.7210 |
| 2026-06-02 | 652.4422 |
| 2026-06-11 | 657.2129 |
| 2026-06-18 | 660.0104 |
| 2026-06-25 | 657.3081 |
| 2026-07-02 | 657.0935 |
| 2026-07-09 | 654.3369 |
| 2026-07-16 | 655.3585 |
| 2026-07-23 | 655.2399 |
| 2026-07-30 | 651.9394 |
| 2026-08-06 | 645.6115 |
| 2026-08-13 | 644.7421 |
| 2026-08-21 | 651.7487 |
| 2026-08-28 | 642.1658 |
| 2026-09-04 | 643.2162 |
| 2026-09-11 | 637.7120 |
| 2026-09-18 | 641.2347 |
| 2026-09-25 | 643.1194 |
High
767.3348
Low
637.7120
Average
691.5621
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.