StockKit
May 7, 2026 Β· View on GitHub
Wall Street-grade AI stock analysis reports, delivered to your inbox daily. 100% free.
What is StockKit?
StockKit is a free AI-powered stock research platform that delivers institutional-grade analysis reports directly to your email. No account registration needed β just subscribe with your email and start receiving daily reports.
StockKit also provides an instant research demo on the homepage: enter a US, China A-share, or Hong Kong ticker and get a live AI analysis preview backed by quotes, technical indicators, strategy scores, and news context.
Supported Markets
- πΊπΈ US Stocks β NYSE, NASDAQ, S&P 500, Dow Jones, Nasdaq 100
- π¨π³ China A-Shares β SSE, SZSE, ChiNext, STAR Market, BSE
- ππ° Hong Kong β HSI, Hang Seng Tech, Stock Connect, H-Shares
AI Models
- Claude Opus (Anthropic) β Deep reasoning & long-form analysis
- Gemini Pro (Google DeepMind) β Multimodal understanding
- DeepSeek V3 β Strong financial comprehension
- GLM-5 (Zhipu) β China A-shares specialist
- GPT-4o (OpenAI) β Global financial knowledge
- Qwen (Alibaba) β Best Chinese language context
Technical Analysis Engine
- Moving Averages: MA(5/10/20/60)
- MACD: DIF, DEA, Histogram with crossover detection
- RSI: RSI(6) and RSI(14) with overbought/oversold alerts
- Bollinger Bands: Upper/Middle/Lower with bandwidth analysis
- Volume Analysis: Volume-price divergence detection
- Support/Resistance: Pivot Points, Fibonacci, EMA clusters
Multi-Strategy Scoring
| Strategy | Signal Type |
|---|---|
| MA Crossover | Trend following |
| RSI Extremes | Mean reversion |
| MACD Divergence | Momentum |
| Bollinger Squeeze | Volatility breakout |
| Volume-Price | Confirmation |
Data Sources
| Source | Coverage |
|---|---|
| Alpha Vantage | Real-time quotes, historical candles, fundamentals |
| FRED | GDP, CPI, interest rates, unemployment |
| NewsAPI | Global financial news with sentiment analysis |
| Yahoo Finance | Stock quotes, financial statements, dividends |
| Sina Finance | China A-shares & HK real-time quotes |
| Tushare Pro | China A-shares historical data & financials |
| Binance | Crypto real-time and historical data |
| Polygon.io | US tick-level data, options chain, IPO calendar |
Daily Report Contents
Each report includes:
- π― Core Takeaway β Market sentiment, position sizing, one-line thesis
- π Global Market Overview β US/China/HK analyzed with deep insights
- π 3 Key Drivers β Most important events with data support
- π Technical Diagnosis β Cross-validated signals with S/R levels
- β‘ Trading Plan β Entry/stop-loss/target with risk-reward ratios
- β οΈ Risk Matrix β Probability, impact, triggers, response strategies
Live Research Demo
Try the public demo at stockkit.net:
- Enter
NVDA,AAPL,600519, orHK00700 - Review real-time quote data, strategy score, MA/RSI/Bollinger readings
- Get an AI-generated research preview before subscribing
- Subscribe to receive complete daily reports by email
Shareable public report pages are available at:
- stockkit.net/reports
- stockkit.net/reports/NVDA
- stockkit.net/reports/AAPL
- stockkit.net/reports/600519
- stockkit.net/reports/HK00700
Public report pages are server-rendered for search engines and include structured metadata for sharing.
How to Subscribe
- Visit stockkit.net
- Enter your email and select a market
- Add up to 3 stocks to watch
- Verify your email
- Receive daily reports automatically
It takes 30 seconds. No account needed. 100% free.
Tech Stack
- Frontend: Next.js 16, TypeScript, Tailwind CSS
- AI Engine: Multi-model adapter (Claude, Gemini, DeepSeek, GLM-5, GPT-4o)
- Data: Alpha Vantage, FRED, NewsAPI, Yahoo Finance
- Email: Resend
- Database: SQLite (better-sqlite3)
- Hosting: Docker on Ubuntu
API Examples
Get Real-time Quote
curl https://stockkit.net/api/quote?symbol=NVDA&market=US
Get Technical Levels
curl https://stockkit.net/api/levels?symbol=AAPL&market=US
Generate AI Analysis
curl -X POST https://stockkit.net/api/analyze \
-H "Content-Type: application/json" \
-d '{"symbol":"NVDA"}'
Or use GET for public report pages and lightweight integrations:
curl "https://stockkit.net/api/analyze?symbol=NVDA"
Get Market Signal
curl https://stockkit.net/api/signal
Contributing
We welcome contributions! Feel free to:
- Report bugs or suggest features via Issues
- Submit Pull Requests
- Share StockKit with friends
License
MIT License β see LICENSE for details.
StockKit reports are AI-generated and do not constitute investment advice. Invest responsibly.