Market intelligence infrastructure

Connect
your edge
to the
market.

Social sentiment, explained breakout setups and official SEC data, normalized into clean APIs for traders, developers and AI agents.

01AI sentiment
02Breakout radar
03SEC filings
04Any US ticker
SOCIALFILINGSAIPRICESIGNAL SOURCES / 04
4 sourcesNormalized JSON
Built for the AI era

Market intelligence your systems can actually use

One normalized layer for social conviction, trader setups and official filings — built to move cleanly from research to automation.

Financial data used to be scattered across feeds, social posts and regulatory documents. Raspberry turns those sources into structured context without publishing your live results on the marketing site.

Any
US ticker, on demand
~100
trusted traders tracked
AI
scores every tweet
1 key
all-access, instant
One source of truth

From raw market chatter to structured signal

Every layer is designed to give a human or an agent the context behind the number.

Data layer 01

Live X data

We pull what traders are posting about any US ticker on X (Twitter) the moment you ask — the raw conversation, cleaned and structured.

Data layer 02

Influencer breakout radar

What the 100 trusted traders are flagging today as pullback/staircase breakout setups — ranked, with their tweets as the why.

Data layer 03

AI sentiment — stocks & whole markets

Every post read by an AI model (DeepSeek) and scored bullish/bearish/neutral — for any US stock, or for a whole market (9 tracked: US, gold, silver, BTC, ETH, oil, the dollar, copper and bonds). Market readings use a strict 72-hour window, disclose any search top-up and report confidence separately from price action.

Data layer 04

On-demand, any ticker

Ask for any US stock and get fresh sentiment in the moment, cached for 30 minutes so repeat calls are instant.

Data layer 05

Trusted trader network

A curated network of real stock & options traders on X — signal weighted by the accounts that actually move markets, not random noise.

Data layer 06

Simple REST API

One fast JSON API. Get a key, make a request, get clean data back — no infrastructure to run.

Datasets

Seven focused APIs. One consistent interface.

Each API does one thing well. The examples explain the response shape without publishing current results; your key unlocks the live data.

Response shapes are illustrative. Current market results require your API key.AAPL insiders = public demo
01

Stock Sentiment

Live X sentiment for any US ticker — every post AI-scored bullish / bearish / neutral, with bull & bear recaps.

GET /api/sentiment?ticker=NVDA
Responselabel · score · bullSummary · bearSummary
02

Market Sentiment

About 40 quality-filtered X posts across each of 9 whole markets, condensed into a balanced DeepSeek summary.

GET /api/market-sentiment?market=btc
Responsemarket · label · score · aiSummary
03

News Sentiment

Financial-news headlines read by AI and scored, with source links and dates.

GET /api/news?ticker=NVDA
Responseheadlines[] · sentiment · source · publishedAt
04

Sentiment History

Is the mood improving or worsening? A sentiment trend line over time, not just a snapshot.

GET /api/history?ticker=NVDA
Responsepoints[] · direction · change · period
05

Breakout Radar

The stocks trusted traders are flagging right now — each validated against the real chart and given a pattern, grade and breakout score.

GET /api/influencers
Responsesetup · pivot · broke · distance · traderRationale
06

Insider Trading

Recent SEC Form 4 buys and sells — insider, role, shares, dollar value and a link to each filing.

GET /api/v1/insider-trades/AAPL
Responsecode · role · shares · grossValue · EDGAR filing
Open AAPL demo
07

Company Guidance

Management outlook extracted from official SEC-filed earnings releases, with exact evidence, GAAP basis and changes versus prior guidance.

GET /api/v1/guidance/NVDA
Responseperiod · metric · range · basis · change · SEC evidence
08

Investment Strategies

Rules-based US-market strategies — Triple RSI, Daily RSI Mean Reversion, Momentum Breakout, Turn of the Month, Santa Claus Rally, Russell Rebalancing, Earnings Season and a Supertrend market-regime read. Live status, entry/exit, real backtested stats and the reasons behind each, on one key.

GET /api/strategies
Responsestatus · entry · exit · rules · reasons
Developer experience

Clean and effortless APIs

Build your first request in seconds. Leave the classification, validation and data wrangling to us.

GET/api/sentiment?ticker=NVDA
import requests

response = requests.get(
  "https://raspberrytrades.com/api/sentiment",
  headers={"x-api-key": "YOUR_API_KEY"},
  params={"ticker": "NVDA"}
)

data = response.json()
Illustrative response
READY
Local demo · no live request

This interactive example never calls the live API or exposes current values.

Pipeline

From a question to usable context

No scraping stack, no spreadsheet cleanup and no model to maintain.

01

You ask

Call the API for any US ticker, or hit the influencer radar. One request, your key in the header.

02

We read & score

We pull the latest posts from X and an AI model reads each one — understanding sarcasm, news and context, not just keywords.

03

You get clean signal

Structured JSON back in moments: a sentiment summary, or the breakout setups the trusted traders are flagging today.

Built for

The people and systems that move on information

Raspberry fits the same clean data layer into discretionary trading, research and automated workflows.

01

Active traders

See what the trusted traders are setting up on today and gauge the mood on any ticker before you size in.

02

Funds & analysts

Add a social-sentiment factor to your process — an early read on narratives forming before they reach a terminal.

03

Developers & quants

One REST endpoint, one key, clean JSON. Drop sentiment and breakout signals straight into your models and bots.

FAQ

Questions, answered

Where does the data come from?+

We read public posts from X (Twitter) in real time. When you request a ticker, we pull the latest relevant posts and analyze them on the spot.

How is sentiment calculated?+

An AI model (DeepSeek) reads the full text of each tweet and labels it bullish, bearish or neutral — understanding sarcasm, news and context. It is not keyword counting. The overall score is engagement-weighted.

Which stocks are covered?+

Any US-listed ticker, on demand. There's no fixed list — ask for a symbol and you get a fresh read.

What is the influencer breakout radar?+

A curated network of ~100 trusted stock & options traders on X. The radar surfaces the stocks they're flagging today as pullback or staircase breakout setups, ranked, with their actual tweets as the reason why.

How do I authenticate?+

Send your key in the x-api-key header on each request. One key gives you access to every endpoint.

Is this financial advice?+

No. Everything we provide is informational only and not investment advice. Sentiment and setups are algorithmic interpretations of public posts and can be wrong.

Start building

Start tracking sentiment in minutes

Generate an API key, drop in a few lines of code, and stream live market sentiment from X (Twitter) straight into your models.

Free during beta · No credit card required