Helium
Media-bias news scoring and AI market forecasts
Serves financial news search with source-bias scoring and balanced synthesis, plus AI-generated market data such as ticker forecasts with bullish and bearish cases and probability-weighted outcomes. The first fifty queries per IP need no key. Endpoints are shaped for MCP-style agent tooling.
GET https://heliumtrades.com/mcp_ticker/?ticker=AAPL
{
"ticker": "AAPL",
"name": "Apple",
"latest_price": "308.63",
"page_url": "https://heliumtrades.com/forecast/AAPL/",
"bullish_case": "Near-term upside is plausible if WWDC catalysts land and Helium's AI forecast stays constructive …",
"bearish_case": "AAPL stalls on WWDC or faces macro headwinds, triggering a pullback toward 295–305 …",
"potential_outcomes": "<ul><li>+2-5% in 1-2 weeks: 28%</li><li>+5-12% by late June: 18%</li>…</ul>"
}curl "https://heliumtrades.com/mcp_ticker/?ticker=AAPL"const res = await fetch("https://heliumtrades.com/mcp_ticker/?ticker=AAPL");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://heliumtrades.com/mcp_ticker/?ticker=AAPL")
print(res.json())THIS API IS DEAD — NOTHING TO RUN
/mcp_ticker/?ticker=AAPLPROBEDMedia-bias news scoring and AI market forecasts
/mcp_ticker/?limit=5Mcp Ticker — documented GET route.
/mcp_ticker/?page=1Mcp Ticker — documented GET route.
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.
Helium: common questions
Is Helium free to use?
Yes — Helium is a free finance API. Free tier: First 50 queries per IP free, no key (paid API key beyond, ~$0.02/query). Whether the free tier allows commercial use is unclear — check the provider docs.
Does Helium need an API key?
No — Helium needs no API key or signup. You can call it straight away; rate limits still apply (50 free queries per IP subnet).
Can I call Helium from the browser?
Not directly — Helium doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is Helium up right now?
As of our last scheduled check, Helium is dead. We re-probe it every sweep — the status badge and uptime chart above always show the latest.