Skip to content

TJS to PHP exchange rate API

Somoni to Philippine Peso · quoted 2026-09-27

6.7595

▲ +6.65% over 6M

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 6 months, TJS/PHP traded between 6.3087 and 6.8094, averaged 6.6083 and rose 6.65%. 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 6M

TJS/PHP over 6M: show the values
PointTJS/PHP
2026-03-316.3380
2026-04-076.3087
2026-04-146.3193
2026-04-216.3196
2026-04-286.5091
2026-05-056.5798
2026-05-126.5729
2026-05-206.6365
2026-05-286.6748
2026-06-046.6487
2026-06-136.5168
2026-06-206.5487
2026-06-276.6235
2026-07-046.6276
2026-07-116.6429
2026-07-186.6765
2026-07-256.6694
2026-08-016.6438
2026-08-086.5899
2026-08-156.6537
2026-08-236.6887
2026-08-306.7385
2026-09-066.7800
2026-09-136.7881
2026-09-206.8094
2026-09-276.7595

High

6.8094

Low

6.3087

Average

6.6083

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.