Skip to content

TJS to PHP exchange rate API

Somoni to Philippine Peso · quoted 2026-09-27

6.7595

▲ +8.70% over 1Y

1 TJS = 6.7595 PHP · 1 PHP = 0.14794 TJS · Get this rate via the API

1 TJS buys 6.7595 PHP as of 2026-09-27, so 1 PHP buys 0.14794 TJS. Over the last year, TJS/PHP traded between 6.0758 and 6.8088, averaged 6.4600 and rose 8.70%. The API holds daily TJS/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/PHP over 1Y

TJS/PHP over 1Y: show the values
PointTJS/PHP
2025-09-276.2186
2025-10-046.2425
2025-10-116.3241
2025-10-186.2993
2025-10-256.3258
2025-11-016.3553
2025-11-086.3732
2025-11-156.3907
2025-11-226.3753
2025-11-296.3485
2025-12-066.4283
2025-12-146.4084
2025-12-216.3868
2025-12-286.3671
2026-01-046.3877
2026-01-116.3879
2026-01-186.3829
2026-01-256.3332
2026-02-016.2872
2026-02-086.2604
2026-02-156.1505
2026-02-226.1481
2026-03-016.0758
2026-03-086.1680
2026-03-156.2361
2026-03-226.2558
2026-03-296.3431
2026-04-056.3081
2026-04-126.3259
2026-04-196.3429
2026-04-266.4871
2026-05-036.5531
2026-05-106.5206
2026-05-186.5986
2026-05-266.6569
2026-06-026.6768
2026-06-116.5762
2026-06-186.5393
2026-06-256.6036
2026-07-026.6548
2026-07-096.6507
2026-07-166.6934
2026-07-236.6872
2026-07-306.7053
2026-08-066.5925
2026-08-136.6266
2026-08-216.6654
2026-08-286.7411
2026-09-046.7900
2026-09-116.7792
2026-09-186.8088
2026-09-256.7775

High

6.8088

Low

6.0758

Average

6.4600

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/PHP API questions

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

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

How far back does TJS/PHP historical data go?

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