Skip to content

TOP to INR exchange rate API

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

40.3172

▲ +6.79% over YTD

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 year to date, TOP/INR traded between 37.7055 and 41.3599, averaged 39.9978 and rose 6.79%. 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 YTD

TOP/INR over YTD: show the values
PointTOP/INR
2025-12-3137.7553
2026-01-0737.7055
2026-01-1438.0487
2026-01-2138.7501
2026-01-2839.2035
2026-02-0438.7518
2026-02-1139.0179
2026-02-1838.7624
2026-02-2538.9137
2026-03-0439.2373
2026-03-1139.2041
2026-03-1839.6888
2026-03-2540.0168
2026-04-0139.5814
2026-04-0839.1036
2026-04-1640.1887
2026-04-2340.0814
2026-04-3040.9193
2026-05-0740.4447
2026-05-1441.2931
2026-05-2141.3599
2026-05-2841.0090
2026-06-0440.8290
2026-06-1140.4897
2026-06-1840.7265
2026-06-2539.8639
2026-07-0240.2582
2026-07-0940.2708
2026-07-1640.9749
2026-07-2341.2172
2026-07-3040.6760
2026-08-0640.3456
2026-08-1340.4945
2026-08-2040.8473
2026-08-2740.9125
2026-09-0340.4293
2026-09-1040.7962
2026-09-1740.7785
2026-09-2440.6481

High

41.3599

Low

37.7055

Average

39.9978

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.