Skip to content

TOP to INR exchange rate API

Pa’anga to Indian Rupee · quoted 2026-09-25

40.3172

▲ +6.25% over 1Y

1 TOP = 40.3172 INR · 1 INR = 0.02480 TOP · Get this rate via the API

1 TOP buys 40.3172 INR as of 2026-09-25, so 1 INR buys 0.02480 TOP. Over the last year, TOP/INR traded between 37.0491 and 41.7047, averaged 39.3111 and rose 6.25%. The API holds daily TOP/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/INR over 1Y

TOP/INR over 1Y: show the values
PointTOP/INR
2025-09-2537.9453
2025-10-0237.5323
2025-10-0937.5348
2025-10-1637.2754
2025-10-2337.2290
2025-10-3037.3627
2025-11-0637.5543
2025-11-1337.6446
2025-11-2037.0491
2025-11-2737.2775
2025-12-0437.6153
2025-12-1137.8437
2025-12-1837.6069
2025-12-2537.2947
2026-01-0137.5785
2026-01-0837.5733
2026-01-1538.0168
2026-01-2238.6954
2026-01-2939.0873
2026-02-0538.5083
2026-02-1238.7850
2026-02-1938.9567
2026-02-2638.8855
2026-03-0539.0544
2026-03-1239.4621
2026-03-1939.7083
2026-03-2640.3005
2026-04-0239.5786
2026-04-0939.3604
2026-04-1739.5184
2026-04-2440.1052
2026-05-0141.2632
2026-05-0840.3000
2026-05-1541.7047
2026-05-2240.9757
2026-05-2941.0599
2026-06-0540.6556
2026-06-1240.4559
2026-06-1940.2536
2026-06-2640.1251
2026-07-0340.2156
2026-07-1040.2964
2026-07-1741.3136
2026-07-2441.2590
2026-07-3140.6402
2026-08-0740.7352
2026-08-1440.4392
2026-08-2140.8577
2026-08-2840.8692
2026-09-0440.4081
2026-09-1140.7840
2026-09-1840.6183

High

41.7047

Low

37.0491

Average

39.3111

For developers

Get this rate via the API

One GET request returns the TOP/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/INR API questions

How do I get the TOP/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/INR rate in rates.INR.

How far back does TOP/INR historical data go?

Daily TOP/INR 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/INR 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.