TMT to JPY exchange rate API
Turkmenistan New Manat to Yen · quoted 2026-09-25
45.0239
▲ +5.89% over 1Y
1 TMT = 45.0239 JPY · 1 JPY = 0.02221 TMT · Get this rate via the API
1 TMT buys 45.0239 JPY as of 2026-09-25, so 1 JPY buys 0.02221 TMT. Over the last year, TMT/JPY traded between 41.9700 and 46.8568, averaged 44.9094 and rose 5.89%. The API holds daily TMT/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TMT/JPY over 1Y: show the values
| Point | TMT/JPY |
|---|---|
| 2025-09-25 | 42.5198 |
| 2025-10-02 | 41.9700 |
| 2025-10-09 | 43.5614 |
| 2025-10-16 | 43.2513 |
| 2025-10-23 | 43.5167 |
| 2025-10-30 | 44.0482 |
| 2025-11-06 | 43.8933 |
| 2025-11-13 | 44.1807 |
| 2025-11-20 | 45.0343 |
| 2025-11-27 | 44.6870 |
| 2025-12-04 | 44.2444 |
| 2025-12-12 | 44.5825 |
| 2025-12-19 | 44.8433 |
| 2025-12-26 | 44.7241 |
| 2026-01-02 | 44.8461 |
| 2026-01-09 | 44.9614 |
| 2026-01-16 | 45.1842 |
| 2026-01-23 | 45.2142 |
| 2026-01-30 | 44.0346 |
| 2026-02-06 | 44.7936 |
| 2026-02-13 | 43.8386 |
| 2026-02-20 | 44.2361 |
| 2026-02-27 | 44.4380 |
| 2026-03-06 | 45.1374 |
| 2026-03-13 | 45.4037 |
| 2026-03-20 | 45.3670 |
| 2026-03-27 | 45.5972 |
| 2026-04-03 | 45.6273 |
| 2026-04-10 | 45.4186 |
| 2026-04-17 | 45.3995 |
| 2026-04-24 | 45.4829 |
| 2026-05-01 | 44.7649 |
| 2026-05-08 | 44.6621 |
| 2026-05-16 | 45.2301 |
| 2026-05-24 | 45.4256 |
| 2026-05-31 | 45.5279 |
| 2026-06-09 | 45.7644 |
| 2026-06-16 | 45.8246 |
| 2026-06-23 | 46.0691 |
| 2026-06-30 | 46.2822 |
| 2026-07-07 | 46.2542 |
| 2026-07-14 | 46.2603 |
| 2026-07-21 | 46.3971 |
| 2026-07-28 | 46.8568 |
| 2026-08-04 | 45.0022 |
| 2026-08-11 | 45.4007 |
| 2026-08-18 | 45.4992 |
| 2026-08-26 | 45.3574 |
| 2026-09-02 | 45.4945 |
| 2026-09-09 | 43.6933 |
| 2026-09-16 | 44.1967 |
| 2026-09-23 | 45.1711 |
High
46.8568
Low
41.9700
Average
44.9094
Get this rate via the API
One GET request returns the TMT/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=TMT¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
TMT/JPY API questions
How do I get the TMT/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TMT/JPY rate in rates.JPY.
How far back does TMT/JPY historical data go?
Daily TMT/JPY 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 TMT/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.