Skip to content

TOP to BOB exchange rate API

Pa’anga to Boliviano · quoted 2026-09-24

4.8807

▲ +66.70% over 1Y

1 TOP = 4.8807 BOB · 1 BOB = 0.20489 TOP · Get this rate via the API

1 TOP buys 4.8807 BOB as of 2026-09-24, so 1 BOB buys 0.20489 TOP. Over the last year, TOP/BOB traded between 2.8727 and 5.3261, averaged 3.3885 and rose 66.70%. The API holds daily TOP/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BOB over 1Y

TOP/BOB over 1Y: show the values
PointTOP/BOB
2025-09-242.9278
2025-10-012.9236
2025-10-082.9376
2025-10-152.9376
2025-10-222.9357
2025-10-292.9052
2025-11-052.9436
2025-11-122.9337
2025-11-192.8914
2025-11-262.8861
2025-12-032.8860
2025-12-112.8994
2025-12-182.8792
2025-12-252.8727
2026-01-012.8962
2026-01-082.8944
2026-01-152.9139
2026-01-222.9233
2026-01-292.9379
2026-02-052.9474
2026-02-122.9652
2026-02-192.9610
2026-02-262.9413
2026-03-052.9458
2026-03-122.9623
2026-03-192.9602
2026-03-262.9679
2026-04-022.9379
2026-04-092.9333
2026-04-172.9418
2026-04-242.9408
2026-05-012.9956
2026-05-082.9567
2026-05-162.9236
2026-05-242.9423
2026-05-312.9563
2026-06-092.9665
2026-06-162.9425
2026-06-232.9388
2026-06-302.9191
2026-07-072.9238
2026-07-144.3699
2026-07-214.5676
2026-07-284.8100
2026-08-045.2059
2026-08-115.0807
2026-08-184.9605
2026-08-264.9240
2026-09-025.1073
2026-09-095.3261
2026-09-165.0497
2026-09-235.1103

High

5.3261

Low

2.8727

Average

3.3885

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BOB API questions

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

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

How far back does TOP/BOB historical data go?

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