Skip to content

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

TOP/JPY over 5Y: show the values
PointTOP/JPY
2024-08-2462.1594
2024-10-0162.4204
2024-10-3166.6113
2024-11-3063.4393
2024-12-3067.1168
2025-01-2964.9116
2025-02-2863.7687
2025-03-3062.9072
2025-04-2961.0633
2025-05-2962.4602
2025-06-2859.9804
2025-07-2863.9056
2025-08-2762.4642
2025-09-2663.2998
2025-10-2664.8702
2025-11-2565.0377
2025-12-2564.7136
2026-01-2465.5156
2026-02-2366.3612
2026-03-2567.7122
2026-04-2566.1881
2026-05-2568.0888
2026-06-2468.4682
2026-07-2469.9936
2026-08-2367.8472
2026-09-2267.4180

High

69.9936

Low

59.9804

Average

65.0044

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.