Bargo Congress Trades API
Bargo Free APIs
Clean, free JSON APIs and focused MCP servers built on Bargo' market-intelligence pipeline. One key works across all of them. Open CORS — embed anywhere.
curl "https://www.bargo.ai/free-apis/congress/v1/trades?limit=5"const res = await fetch("https://www.bargo.ai/free-apis/congress/v1/trades?limit=5");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://www.bargo.ai/free-apis/congress/v1/trades?limit=5")
print(res.json())/trades?limit=5PROBEDBargo Free APIs
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Bargo Congress Trades API: common questions
Is Bargo Congress Trades API free to use?
Yes — Bargo Congress Trades API is a free finance API. Free tier: . Commercial use is allowed on the free tier.
Does Bargo Congress Trades API need an API key?
No — Bargo Congress Trades API needs no API key or signup. You can call it straight away; rate limits still apply (30 req/window · 29 remaining).
Can I call Bargo Congress Trades API from the browser?
Yes — Bargo Congress Trades API 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 Bargo Congress Trades API up right now?
As of our last scheduled check, Bargo Congress Trades API is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.