TOP to JPY exchange rate API
Pa’anga to Yen · quoted 2026-09-25
66.3962
▲ +6.82% over 5Y
1 TOP = 66.3962 JPY · 1 JPY = 0.01506 TOP · Get this rate via the API
1 TOP buys 66.3962 JPY as of 2026-09-25, so 1 JPY buys 0.01506 TOP. Over the last 5 years, TOP/JPY traded between 59.9804 and 69.9936, averaged 65.0044 and rose 6.82%. The API holds daily TOP/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/JPY over 5Y: show the values
| Point | TOP/JPY |
|---|---|
| 2024-08-24 | 62.1594 |
| 2024-10-01 | 62.4204 |
| 2024-10-31 | 66.6113 |
| 2024-11-30 | 63.4393 |
| 2024-12-30 | 67.1168 |
| 2025-01-29 | 64.9116 |
| 2025-02-28 | 63.7687 |
| 2025-03-30 | 62.9072 |
| 2025-04-29 | 61.0633 |
| 2025-05-29 | 62.4602 |
| 2025-06-28 | 59.9804 |
| 2025-07-28 | 63.9056 |
| 2025-08-27 | 62.4642 |
| 2025-09-26 | 63.2998 |
| 2025-10-26 | 64.8702 |
| 2025-11-25 | 65.0377 |
| 2025-12-25 | 64.7136 |
| 2026-01-24 | 65.5156 |
| 2026-02-23 | 66.3612 |
| 2026-03-25 | 67.7122 |
| 2026-04-25 | 66.1881 |
| 2026-05-25 | 68.0888 |
| 2026-06-24 | 68.4682 |
| 2026-07-24 | 69.9936 |
| 2026-08-23 | 67.8472 |
| 2026-09-22 | 67.4180 |
High
69.9936
Low
59.9804
Average
65.0044
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/JPY API questions
How do I get the TOP/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/JPY rate in rates.JPY.
How far back does TOP/JPY historical data go?
Daily TOP/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 TOP/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.