Skip to content

TOP to ARS exchange rate API

Pa’anga to Argentine Peso · quoted 2026-09-25

639.7738

▼ +1.11% over 30D

1 TOP = 639.7738 ARS · 1 ARS = 0.001563 TOP · Get this rate via the API

1 TOP buys 639.7738 ARS as of 2026-09-25, so 1 ARS buys 0.001563 TOP. Over the last 30 days, TOP/ARS traded between 632.8532 and 649.3926, averaged 643.4911 and fell 1.11%. The API holds daily TOP/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/ARS over 30D

TOP/ARS over 30D: show the values
PointTOP/ARS
2026-08-26646.9760
2026-08-27648.5505
2026-08-28647.9102
2026-08-29639.7528
2026-08-30644.7411
2026-08-31645.4067
2026-09-01645.0214
2026-09-02647.4683
2026-09-03646.4047
2026-09-04645.0774
2026-09-05638.8337
2026-09-06639.9804
2026-09-07644.5098
2026-09-08646.9986
2026-09-09647.3646
2026-09-10647.0600
2026-09-11645.6257
2026-09-12637.4038
2026-09-13640.0085
2026-09-14645.0297
2026-09-15639.9312
2026-09-16639.6206
2026-09-17642.9925
2026-09-18639.7080
2026-09-19632.8532
2026-09-20638.0012
2026-09-21646.2865
2026-09-22649.3926
2026-09-23647.7066
2026-09-24642.1147
2026-09-25643.2105

High

649.3926

Low

632.8532

Average

643.4911

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/ARS API questions

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

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

How far back does TOP/ARS historical data go?

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