Skip to content

TOP to BRL exchange rate API

Pa’anga to Brazilian Real · quoted 2026-09-25

2.1934

▼ +3.61% over 1Y

1 TOP = 2.1934 BRL · 1 BRL = 0.45591 TOP · Get this rate via the API

1 TOP buys 2.1934 BRL as of 2026-09-25, so 1 BRL buys 0.45591 TOP. Over the last year, TOP/BRL traded between 2.0959 and 2.3113, averaged 2.2033 and fell 3.61%. The API holds daily TOP/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BRL over 1Y

TOP/BRL over 1Y: show the values
PointTOP/BRL
2025-09-252.2756
2025-10-022.2474
2025-10-092.2527
2025-10-162.3096
2025-10-232.2830
2025-10-302.2712
2025-11-062.2634
2025-11-132.2424
2025-11-202.2264
2025-11-272.2298
2025-12-042.2205
2025-12-112.2817
2025-12-182.3113
2025-12-252.2933
2026-01-012.3053
2026-01-082.2479
2026-01-152.2657
2026-01-222.2455
2026-01-292.2034
2026-02-052.2430
2026-02-122.2161
2026-02-192.2360
2026-02-262.1921
2026-03-052.2365
2026-03-122.2092
2026-03-192.2564
2026-03-262.2422
2026-04-022.2028
2026-04-092.1660
2026-04-172.1187
2026-04-242.1278
2026-05-012.1547
2026-05-082.0959
2026-05-152.1869
2026-05-222.1480
2026-05-292.1806
2026-06-052.1665
2026-06-132.1279
2026-06-202.1685
2026-06-272.1568
2026-07-042.1531
2026-07-112.1215
2026-07-182.1396
2026-07-252.1302
2026-08-012.1222
2026-08-082.1226
2026-08-152.1670
2026-08-222.1334
2026-08-292.2006
2026-09-052.1721
2026-09-122.1654
2026-09-192.1459

High

2.3113

Low

2.0959

Average

2.2033

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BRL API questions

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

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

How far back does TOP/BRL historical data go?

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