Skip to content

TOP to ARS exchange rate API

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

639.7738

▲ +8.64% over 6M

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 6 months, TOP/ARS traded between 578.3621 and 641.6177, averaged 617.4029 and rose 8.64%. 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 6M

TOP/ARS over 6M: show the values
PointTOP/ARS
2026-03-29588.8966
2026-04-05591.1984
2026-04-13589.5429
2026-04-20578.3621
2026-04-27593.1987
2026-05-04596.3308
2026-05-11599.9512
2026-05-19597.2980
2026-05-27604.4187
2026-06-03610.9759
2026-06-12609.3352
2026-06-19619.2125
2026-06-26627.8954
2026-07-03628.7733
2026-07-10628.7448
2026-07-17633.0685
2026-07-24636.0424
2026-07-31634.3331
2026-08-07641.6177
2026-08-14632.1814
2026-08-22622.4794
2026-08-29639.7528
2026-09-05638.8337
2026-09-12637.4038
2026-09-19632.8532

High

641.6177

Low

578.3621

Average

617.4029

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.