MoneySignals

ML-powered stock predictions, alternative data signals, and market intelligence for 600+ tickers — delivered via email and a REST API.

600+
Tickers Predicted
1,800+
ML Models Trained
17
API Endpoints
400+
Features Per Ticker

API Endpoints

Predictions

GET/predictions/latest

ML predictions with direction, confidence, and model accuracy. Filter by timeframe and direction.

Market Regime

GET/market/regime

VIX level, SPY vs 200-day MA, regime classification (normal, cautious, defensive).

Fear & Greed

GET/market/fear-greed

CNN Fear & Greed index, crypto fear/greed, and AAII investor sentiment.

Event Signals

GET/signals/events

LLM-generated trade signals from news, economic data, and social sentiment.

Flight Tracking

GET/alternative/flights

Corporate aircraft activity at DC airports, cross-validated with lobbying and hearings.

Lobbying Data

GET/alternative/lobbying

Senate LDA filings with dollar amounts, issue areas, and mapped stock tickers.

Social Trending

GET/social/trending

Reddit + YouTube trending tickers with mention counts, engagement, and sentiment.

Congress Trades

GET/signals/congress-trades

STOCK Act disclosure data — who in Congress is buying and selling what.

OHLCV Data

GET/market/ohlcv/{ticker}

Daily, weekly, and monthly price data for 600+ tickers.

Try It Live

Click any button to hit the real API — no signup required

GET Click a button above to try a live API call
{ "status": "ready" }

Quick Start

# 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"

Pricing

Daily email intelligence and programmatic API access

Daily Email Reports

Basic

Free
  • SPY daily prediction
  • Fear & Greed index
  • Important events calendar
  • Business news headlines

Professional

$99/mo
  • Everything in Premium
  • All 600+ ticker predictions
  • Full momentum table + AUC scores
  • LLM market synthesis
  • Core entity tracker
  • Flight signals + lobbying cross-val
  • CSV exports & GICS heatmaps
Subscribe

API Access

API Starter

$49/mo
  • 6 market data endpoints
  • Fear & Greed, PCR, regime
  • OHLCV price data (600+ tickers)
  • Social trending data
  • Economic calendar
  • 10 req/min, 500 req/day
Get API Key

Enterprise Custom

High-volume API access, custom data feeds, dedicated support, and SLA guarantees.

Custom rate limits Webhook delivery Raw model exports Dedicated account manager Custom integrations
Contact Sales

See What's Inside

Every morning before the market opens, MoneySignals delivers a complete intelligence briefing to your inbox

Basic

Free
  • SPY daily prediction
  • Fear & Greed index
  • Important events calendar
  • Business news headlines
  • Ticker predictions table
  • Put/Call analysis
  • Entity tracker

Professional

$99/mo
  • Everything in Premium
  • All 600+ ticker predictions
  • Full momentum table + AUC
  • LLM market synthesis
  • Core entity tracker
  • Flight signals + lobbying
  • CSV exports & GICS heatmaps
Sample from today's email

Live Trading Dashboard

Professional and API tier subscribers get access to a live Alpaca-integrated dashboard with real-time portfolio tracking

AutoTrader Dashboard — Live Alpaca Paper Trading — Example layout
Total Realized P&L
+$4,218
Win rate: 61.4%
Open Positions
7
Unrealized: +$312
Market Regime
Cautious
VIX: 32.4
Today's Signals
14
9 bullish — 5 bearish
Open Positions
NVDA
Entry: $112.40 — 50 shares
+$284 (+5.1%)
XOM
Entry: $118.75 — 30 shares
+$91 (+2.6%)
MSFT
Entry: $381.20 — 10 shares
-$63 (-1.7%)
GLD
Entry: $214.50 — 20 shares
+$118 (+2.8%)
AAPL
Entry: $198.60 — 15 shares
-$118 (-4.0%)
Daily Pipeline Funnel
Total tickers
566
Have predictions
566
Conf > threshold
214
Regime approved
103
Event signal match
45
Entered today
14

Example data — illustrative only.

Dashboard access available for Professional and API tier subscribers.  Get Professional

Start Receiving Daily Market Intelligence

Join subscribers who get ML-powered predictions, alternative data signals, and market analysis every morning before the open.

Basic Tier Start Free
Premium — $29/mo Subscribe to Premium
Professional — $99/mo Subscribe to Professional