Helium

Media-bias news scoring and AI market forecasts

📈 FinanceUNMONITORED
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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>"
}
Call itcurl · fetch · python
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())
Endpoints · 3On scheduleFULL DOCS ↗
On schedule — GET /mcp_ticker/?ticker=AAPL awaits first probe
GET/mcp_ticker/?ticker=AAPLPROBED

Media-bias news scoring and AI market forecasts

GET/mcp_ticker/?limit=5

Mcp Ticker — documented GET route.

GET/mcp_ticker/?page=1

Mcp Ticker — documented GET route.

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

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

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?

Yes — Helium 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 Helium up right now?

Helium is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.