Quick Start
The simplest call returns the current public pick. If you are subscribed, send your bearer token to access premium endpoints.
# Public daily pick
curl https://api.stockgenie.app/api/daily-stock
# Premium ranked list
curl https://api.stockgenie.app/api/premium-stocks \
-H "Authorization: Bearer YOUR_TOKEN"Free Endpoints
These routes are public and can be used without a subscription. They are rate-limited and cached where possible.
Health check with service status, environment, and timestamp.
App metadata and the next scheduled stock computation.
The public daily pick with confidence, reasons, and source articles.
The free 7-day history view with the public pick for each weekday.
Public performance series used by the homepage signal section.
Premium Endpoints
Send a valid bearer token from the app to unlock the full ranked list and deeper analysis.
The rest of today's ranked picks beyond the public daily selection.
Seven days of history with all ranked picks for each trading day.
Sentiment analysis and supporting news for any ticker.