TRY to JPY exchange rate API
Turkish Lira to Yen · quoted 2026-09-25
3.2149
▼ +10.41% over 1Y
1 TRY = 3.2149 JPY · 1 JPY = 0.31105 TRY · Get this rate via the API
1 TRY buys 3.2149 JPY as of 2026-09-25, so 1 JPY buys 0.31105 TRY. Over the last year, TRY/JPY traded between 3.1792 and 3.7198, averaged 3.5159 and fell 10.41%. The API holds daily TRY/JPY rates from 2005-01-03 — 21 years of history — so any past day, or a whole series, is one request away.
TRY/JPY over 1Y: show the values
| Point | TRY/JPY |
|---|---|
| 2025-09-25 | 3.5885 |
| 2025-10-02 | 3.5277 |
| 2025-10-09 | 3.6618 |
| 2025-10-16 | 3.6146 |
| 2025-10-23 | 3.6267 |
| 2025-10-30 | 3.6780 |
| 2025-11-06 | 3.6467 |
| 2025-11-13 | 3.6576 |
| 2025-11-20 | 3.7198 |
| 2025-11-27 | 3.6832 |
| 2025-12-04 | 3.6461 |
| 2025-12-11 | 3.6508 |
| 2025-12-18 | 3.6452 |
| 2025-12-25 | 3.6382 |
| 2026-01-01 | 3.6470 |
| 2026-01-08 | 3.6406 |
| 2026-01-15 | 3.6712 |
| 2026-01-22 | 3.6686 |
| 2026-01-29 | 3.5304 |
| 2026-02-05 | 3.6036 |
| 2026-02-12 | 3.5216 |
| 2026-02-19 | 3.5389 |
| 2026-02-26 | 3.5564 |
| 2026-03-05 | 3.5809 |
| 2026-03-12 | 3.6014 |
| 2026-03-19 | 3.5833 |
| 2026-03-26 | 3.5978 |
| 2026-04-02 | 3.5870 |
| 2026-04-09 | 3.5640 |
| 2026-04-16 | 3.5515 |
| 2026-04-23 | 3.5500 |
| 2026-04-30 | 3.4649 |
| 2026-05-07 | 3.4575 |
| 2026-05-14 | 3.4764 |
| 2026-05-21 | 3.4891 |
| 2026-05-28 | 3.4740 |
| 2026-06-04 | 3.4759 |
| 2026-06-11 | 3.4782 |
| 2026-06-18 | 3.4649 |
| 2026-06-25 | 3.4795 |
| 2026-07-02 | 3.4604 |
| 2026-07-09 | 3.4687 |
| 2026-07-16 | 3.4470 |
| 2026-07-23 | 3.4609 |
| 2026-07-30 | 3.4366 |
| 2026-08-06 | 3.3162 |
| 2026-08-13 | 3.3350 |
| 2026-08-20 | 3.3107 |
| 2026-08-27 | 3.3116 |
| 2026-09-03 | 3.2291 |
| 2026-09-10 | 3.1792 |
| 2026-09-17 | 3.1986 |
| 2026-09-24 | 3.2516 |
High
3.7198
Low
3.1792
Average
3.5159
Get this rate via the API
One GET request returns the TRY/JPY 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=TRY¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
TRY/JPY API questions
How do I get the TRY/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TRY/JPY rate in rates.JPY.
How far back does TRY/JPY historical data go?
Daily TRY/JPY rates are available from 2005-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TRY/JPY 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.