ML-powered stock predictions, alternative data signals, and market intelligence for 600+ tickers — delivered via email and a REST API.
ML predictions with direction, confidence, and model accuracy. Filter by timeframe and direction.
VIX level, SPY vs 200-day MA, regime classification (normal, cautious, defensive).
CNN Fear & Greed index, crypto fear/greed, and AAII investor sentiment.
LLM-generated trade signals from news, economic data, and social sentiment.
Corporate aircraft activity at DC airports, cross-validated with lobbying and hearings.
Senate LDA filings with dollar amounts, issue areas, and mapped stock tickers.
Reddit + YouTube trending tickers with mention counts, engagement, and sentiment.
STOCK Act disclosure data — who in Congress is buying and selling what.
Daily, weekly, and monthly price data for 600+ tickers.
Click any button to hit the real API — no signup required
{ "status": "ready" }
# Python import requests headers = {"X-API-Key": "at_sk_your_key_here"} # Get top bullish predictions r = requests.get("https://api.moneysignals.us/api/v1/predictions/latest", headers=headers, params={"direction": "bullish", "limit": 10}) for p in r.json()["predictions"]: print(f"{p['ticker']:<6} {p['direction']:<8} conf={p['confidence']:.2f} return={p['predicted_return']:+.2%}") # Get Fear & Greed index fg = requests.get("https://api.moneysignals.us/api/v1/market/fear-greed", headers=headers) print(f"Fear & Greed: {fg.json()['sentiment'][0]['stock_fear_greed']}") # Get DC flight signals (alternative data) flights = requests.get("https://api.moneysignals.us/api/v1/alternative/flights", headers=headers) for s in flights.json()["signals"]: print(f"{s['entity_name']:<25} {s['airport_name']:<20} conf={s['confidence']:.0%}")
# curl curl -H "X-API-Key: at_sk_your_key_here" \ "https://api.moneysignals.us/api/v1/predictions/latest?direction=bullish&limit=5"
Daily email intelligence and programmatic API access
High-volume API access, custom data feeds, dedicated support, and SLA guarantees.
Professional and API tier subscribers get access to a live Alpaca-integrated dashboard with real-time portfolio tracking
Example data — illustrative only.
Dashboard access available for Professional and API tier subscribers. Get Professional