paralelo.bo

Live Bolivia parallel USD/BOB rate, refreshed every minute

📈 FinanceHEALTHYchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Returns the current parallel-market exchange rate between US dollars and Bolivianos, aggregated from peer-to-peer sources. Each response carries buy, sell, median, and spread figures alongside an ISO timestamp. A plain-text variant at /rate.txt suits shell pipelines.

91HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 91 · healthy
Uptime history
100%90 days
100%30 days
594P50 · ms
1499P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 203 ms, slowest 1200 ms, most recent 900 ms.
Live response samplecaptured by our last successful check
GET https://paralelo.bo/api/v1/rate

{
  "timestamp": "2026-07-05T10:12:47.856Z",
  "buy": 10.04,
  "sell": 9.97,
  "median": 10,
  "spreadPct": -0.7124,
  "sourceCount": 2,
  "methodologyVersion": "ec2-backend"
}
Call itcurl · fetch · python
curl "https://paralelo.bo/api/v1/rate"
const res = await fetch("https://paralelo.bo/api/v1/rate");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://paralelo.bo/api/v1/rate")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /rate594 mschecked 2h ago
GET/ratePROBED

Live Bolivia parallel USD/BOB rate, refreshed every minute

GET/rate?limit=5

Paginated variant with limit parameter.

GET/rate.txt

Get current rate as plain text

GET/historical/{date}

Get historical rate for a date

GET/historical

Get historical range

GET/historical.csv

Get full historical dataset as CSV

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

paralelo.bo: common questions

Is paralelo.bo free to use?

Yes — paralelo.bo is a free finance API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does paralelo.bo need an API key?

No — paralelo.bo needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished (60s cache stated)).

Can I call paralelo.bo from the browser?

Yes — paralelo.bo returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is paralelo.bo up right now?

As of our last scheduled check, paralelo.bo is healthy with 100% uptime over 90 days and a 594 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.