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: show the values
| Point | TJS/PHP |
|---|---|
| 2025-09-27 | 6.2186 |
| 2025-10-04 | 6.2425 |
| 2025-10-11 | 6.3241 |
| 2025-10-18 | 6.2993 |
| 2025-10-25 | 6.3258 |
| 2025-11-01 | 6.3553 |
| 2025-11-08 | 6.3732 |
| 2025-11-15 | 6.3907 |
| 2025-11-22 | 6.3753 |
| 2025-11-29 | 6.3485 |
| 2025-12-06 | 6.4283 |
| 2025-12-14 | 6.4084 |
| 2025-12-21 | 6.3868 |
| 2025-12-28 | 6.3671 |
| 2026-01-04 | 6.3877 |
| 2026-01-11 | 6.3879 |
| 2026-01-18 | 6.3829 |
| 2026-01-25 | 6.3332 |
| 2026-02-01 | 6.2872 |
| 2026-02-08 | 6.2604 |
| 2026-02-15 | 6.1505 |
| 2026-02-22 | 6.1481 |
| 2026-03-01 | 6.0758 |
| 2026-03-08 | 6.1680 |
| 2026-03-15 | 6.2361 |
| 2026-03-22 | 6.2558 |
| 2026-03-29 | 6.3431 |
| 2026-04-05 | 6.3081 |
| 2026-04-12 | 6.3259 |
| 2026-04-19 | 6.3429 |
| 2026-04-26 | 6.4871 |
| 2026-05-03 | 6.5531 |
| 2026-05-10 | 6.5206 |
| 2026-05-18 | 6.5986 |
| 2026-05-26 | 6.6569 |
| 2026-06-02 | 6.6768 |
| 2026-06-11 | 6.5762 |
| 2026-06-18 | 6.5393 |
| 2026-06-25 | 6.6036 |
| 2026-07-02 | 6.6548 |
| 2026-07-09 | 6.6507 |
| 2026-07-16 | 6.6934 |
| 2026-07-23 | 6.6872 |
| 2026-07-30 | 6.7053 |
| 2026-08-06 | 6.5925 |
| 2026-08-13 | 6.6266 |
| 2026-08-21 | 6.6654 |
| 2026-08-28 | 6.7411 |
| 2026-09-04 | 6.7900 |
| 2026-09-11 | 6.7792 |
| 2026-09-18 | 6.8088 |
| 2026-09-25 | 6.7775 |
High
6.8088
Low
6.0758
Average
6.4600
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.