Skip to content

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

TRY/JPY over 1Y: show the values
PointTRY/JPY
2025-09-253.5885
2025-10-023.5277
2025-10-093.6618
2025-10-163.6146
2025-10-233.6267
2025-10-303.6780
2025-11-063.6467
2025-11-133.6576
2025-11-203.7198
2025-11-273.6832
2025-12-043.6461
2025-12-113.6508
2025-12-183.6452
2025-12-253.6382
2026-01-013.6470
2026-01-083.6406
2026-01-153.6712
2026-01-223.6686
2026-01-293.5304
2026-02-053.6036
2026-02-123.5216
2026-02-193.5389
2026-02-263.5564
2026-03-053.5809
2026-03-123.6014
2026-03-193.5833
2026-03-263.5978
2026-04-023.5870
2026-04-093.5640
2026-04-163.5515
2026-04-233.5500
2026-04-303.4649
2026-05-073.4575
2026-05-143.4764
2026-05-213.4891
2026-05-283.4740
2026-06-043.4759
2026-06-113.4782
2026-06-183.4649
2026-06-253.4795
2026-07-023.4604
2026-07-093.4687
2026-07-163.4470
2026-07-233.4609
2026-07-303.4366
2026-08-063.3162
2026-08-133.3350
2026-08-203.3107
2026-08-273.3116
2026-09-033.2291
2026-09-103.1792
2026-09-173.1986
2026-09-243.2516

High

3.7198

Low

3.1792

Average

3.5159

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=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&currencies=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.