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: show the values
| Point | TOP/BOB |
|---|---|
| 2025-09-24 | 2.9278 |
| 2025-10-01 | 2.9236 |
| 2025-10-08 | 2.9376 |
| 2025-10-15 | 2.9376 |
| 2025-10-22 | 2.9357 |
| 2025-10-29 | 2.9052 |
| 2025-11-05 | 2.9436 |
| 2025-11-12 | 2.9337 |
| 2025-11-19 | 2.8914 |
| 2025-11-26 | 2.8861 |
| 2025-12-03 | 2.8860 |
| 2025-12-11 | 2.8994 |
| 2025-12-18 | 2.8792 |
| 2025-12-25 | 2.8727 |
| 2026-01-01 | 2.8962 |
| 2026-01-08 | 2.8944 |
| 2026-01-15 | 2.9139 |
| 2026-01-22 | 2.9233 |
| 2026-01-29 | 2.9379 |
| 2026-02-05 | 2.9474 |
| 2026-02-12 | 2.9652 |
| 2026-02-19 | 2.9610 |
| 2026-02-26 | 2.9413 |
| 2026-03-05 | 2.9458 |
| 2026-03-12 | 2.9623 |
| 2026-03-19 | 2.9602 |
| 2026-03-26 | 2.9679 |
| 2026-04-02 | 2.9379 |
| 2026-04-09 | 2.9333 |
| 2026-04-17 | 2.9418 |
| 2026-04-24 | 2.9408 |
| 2026-05-01 | 2.9956 |
| 2026-05-08 | 2.9567 |
| 2026-05-16 | 2.9236 |
| 2026-05-24 | 2.9423 |
| 2026-05-31 | 2.9563 |
| 2026-06-09 | 2.9665 |
| 2026-06-16 | 2.9425 |
| 2026-06-23 | 2.9388 |
| 2026-06-30 | 2.9191 |
| 2026-07-07 | 2.9238 |
| 2026-07-14 | 4.3699 |
| 2026-07-21 | 4.5676 |
| 2026-07-28 | 4.8100 |
| 2026-08-04 | 5.2059 |
| 2026-08-11 | 5.0807 |
| 2026-08-18 | 4.9605 |
| 2026-08-26 | 4.9240 |
| 2026-09-02 | 5.1073 |
| 2026-09-09 | 5.3261 |
| 2026-09-16 | 5.0497 |
| 2026-09-23 | 5.1103 |
High
5.3261
Low
2.8727
Average
3.3885
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.