Skip to content

TJS to PHP exchange rate API

Somoni to Philippine Peso · quoted 2026-09-27

6.7595

▲ +27.97% over 5Y

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 5 years, TJS/PHP traded between 5.2668 and 6.7915, averaged 5.9931 and rose 27.97%. 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 5Y

TJS/PHP over 5Y: show the values
PointTJS/PHP
2024-08-245.2823
2024-10-075.3478
2024-11-065.5254
2024-12-065.2923
2025-01-055.3258
2025-02-045.3480
2025-03-065.2676
2025-04-065.2668
2025-05-065.3583
2025-06-075.6558
2025-07-075.8269
2025-08-066.1054
2025-09-055.9958
2025-10-066.2597
2025-11-056.3710
2025-12-056.4146
2026-01-056.3841
2026-02-046.3310
2026-03-066.1843
2026-04-056.3081
2026-05-056.5798
2026-06-066.6142
2026-07-086.6381
2026-08-076.5857
2026-09-076.7915

High

6.7915

Low

5.2668

Average

5.9931

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.