Skip to content

INR to TOP exchange rate API

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

0.02454

▼ +7.82% over 1Y

1 INR = 0.02454 TOP · 1 TOP = 40.7581 INR · Get this rate via the API

1 INR buys 0.02454 TOP as of 2026-09-24, so 1 TOP buys 40.7581 INR. Over the last year, INR/TOP traded between 0.02418 and 0.02704, averaged 0.02545 and fell 7.82%. The API holds daily INR/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/TOP over 1Y

INR/TOP over 1Y: show the values
PointINR/TOP
2025-09-240.02662
2025-10-010.02666
2025-10-080.02657
2025-10-150.02674
2025-10-220.02665
2025-10-290.02697
2025-11-050.02651
2025-11-120.02661
2025-11-190.02704
2025-11-260.02686
2025-12-030.02659
2025-12-100.02655
2025-12-170.02639
2025-12-240.02656
2025-12-310.02649
2026-01-070.02652
2026-01-140.02628
2026-01-210.02581
2026-01-280.02551
2026-02-040.02581
2026-02-110.02563
2026-02-180.02580
2026-02-250.02570
2026-03-040.02549
2026-03-110.02551
2026-03-180.02520
2026-03-250.02499
2026-04-010.02526
2026-04-080.02557
2026-04-160.02488
2026-04-230.02495
2026-04-300.02444
2026-05-070.02473
2026-05-140.02422
2026-05-210.02418
2026-05-280.02438
2026-06-040.02449
2026-06-110.02470
2026-06-180.02455
2026-06-250.02508
2026-07-020.02484
2026-07-090.02483
2026-07-160.02440
2026-07-230.02426
2026-07-300.02458
2026-08-060.02479
2026-08-130.02469
2026-08-200.02448
2026-08-270.02444
2026-09-030.02473
2026-09-100.02451
2026-09-170.02452

High

0.02704

Low

0.02418

Average

0.02545

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/TOP API questions

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

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

How far back does INR/TOP historical data go?

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