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: show the values
| Point | TOP/INR |
|---|---|
| 2025-09-25 | 37.9453 |
| 2025-10-02 | 37.5323 |
| 2025-10-09 | 37.5348 |
| 2025-10-16 | 37.2754 |
| 2025-10-23 | 37.2290 |
| 2025-10-30 | 37.3627 |
| 2025-11-06 | 37.5543 |
| 2025-11-13 | 37.6446 |
| 2025-11-20 | 37.0491 |
| 2025-11-27 | 37.2775 |
| 2025-12-04 | 37.6153 |
| 2025-12-11 | 37.8437 |
| 2025-12-18 | 37.6069 |
| 2025-12-25 | 37.2947 |
| 2026-01-01 | 37.5785 |
| 2026-01-08 | 37.5733 |
| 2026-01-15 | 38.0168 |
| 2026-01-22 | 38.6954 |
| 2026-01-29 | 39.0873 |
| 2026-02-05 | 38.5083 |
| 2026-02-12 | 38.7850 |
| 2026-02-19 | 38.9567 |
| 2026-02-26 | 38.8855 |
| 2026-03-05 | 39.0544 |
| 2026-03-12 | 39.4621 |
| 2026-03-19 | 39.7083 |
| 2026-03-26 | 40.3005 |
| 2026-04-02 | 39.5786 |
| 2026-04-09 | 39.3604 |
| 2026-04-17 | 39.5184 |
| 2026-04-24 | 40.1052 |
| 2026-05-01 | 41.2632 |
| 2026-05-08 | 40.3000 |
| 2026-05-15 | 41.7047 |
| 2026-05-22 | 40.9757 |
| 2026-05-29 | 41.0599 |
| 2026-06-05 | 40.6556 |
| 2026-06-12 | 40.4559 |
| 2026-06-19 | 40.2536 |
| 2026-06-26 | 40.1251 |
| 2026-07-03 | 40.2156 |
| 2026-07-10 | 40.2964 |
| 2026-07-17 | 41.3136 |
| 2026-07-24 | 41.2590 |
| 2026-07-31 | 40.6402 |
| 2026-08-07 | 40.7352 |
| 2026-08-14 | 40.4392 |
| 2026-08-21 | 40.8577 |
| 2026-08-28 | 40.8692 |
| 2026-09-04 | 40.4081 |
| 2026-09-11 | 40.7840 |
| 2026-09-18 | 40.6183 |
High
41.7047
Low
37.0491
Average
39.3111
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.