Skip to content

TOP to ARS exchange rate API

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

639.7738

▲ +4.92% over YTD

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 year to date, TOP/ARS traded between 585.5320 and 649.3926, averaged 613.7663 and rose 4.92%. 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 YTD

TOP/ARS over YTD: show the values
PointTOP/ARS
2025-12-31609.7958
2026-01-07615.7125
2026-01-14614.3881
2026-01-21606.4657
2026-01-28615.0877
2026-02-04619.3381
2026-02-11602.0993
2026-02-18595.7452
2026-02-25590.2835
2026-03-04602.8817
2026-03-11595.9044
2026-03-18596.4937
2026-03-25595.2271
2026-04-01585.7120
2026-04-08590.6219
2026-04-16585.5320
2026-04-23587.0984
2026-04-30599.6806
2026-05-07595.4790
2026-05-15604.7962
2026-05-23595.9819
2026-05-30591.5467
2026-06-06609.0476
2026-06-15604.7712
2026-06-22617.7091
2026-06-29624.5540
2026-07-06630.7793
2026-07-13630.8506
2026-07-20626.6292
2026-07-27632.9202
2026-08-03630.6115
2026-08-10636.0672
2026-08-17628.8992
2026-08-25647.0567
2026-09-01645.0214
2026-09-08646.9986
2026-09-15639.9312
2026-09-22649.3926

High

649.3926

Low

585.5320

Average

613.7663

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.