AlgoPicks
Why AlgoPicks? Most financial APIs give you raw price feeds. AlgoPicks gives you intelligence — an AI research engine that reasons across 40+ real-time data sources, semantic search across thousands of curated articles, and structured prediction market data with live pricing. 6 Endpoints, 3 Tiers of Power Data Endpoints — lightweight, high-volume reads: - Search — Semantic search across…
AlgoPicks endpoints
| Method | Endpoint | Description |
|---|---|---|
| Research | ||
| POST |
research /api/v1/research |
Send a query to the AlgoPicks research AI. It has access to 40+ real-time data tools and will gather evidence before responding. Supports single-turn queries or multi-turn… |
| Analysis | ||
| GET |
getAnalysis /api/v1/analysis/{ticker} |
Retrieve the latest AI-generated analysis for a prediction market event. Returns cached analysis (read-only, does not trigger new generation). |
| Data | ||
| GET |
search /api/v1/search |
Semantic search across the entire AlgoPicks knowledge base — news articles, prediction market events, and individual markets. Powered by vector embeddings with optional reranking. |
| GET |
listMarkets /api/v1/markets |
List individual prediction markets with pricing data. Filter by parent event or status. |
| GET |
listEvents /api/v1/events |
List prediction market events with their nested markets. Filter by category or status. |
| GET |
listArticles /api/v1/articles |
Browse the curated news feed — thousands of articles from financial, political, sports, and economic sources, updated continuously. Supports pagination and filtering by feed,… |
| Sports | ||
| GET |
getSportsOdds /api/v1/sports/odds |
Get odds from all available bookmakers for a single event. Useful for line shopping and finding the best price. Uses the `data` rate limit bucket. |
| GET |
listSportsPicks /api/v1/sports/picks |
Retrieve the current board of AI-generated sports picks, ranked by confidence. Includes edge percentages, best available odds, and recommended stake sizing. Uses the premium… |
| GET |
getSportsEvent /api/v1/sports/events/{id} |
Retrieve full detail for a single sports event including all bookmaker odds, player props, live score data, and team branding. Uses the `data` rate limit bucket. |
| GET |
listSportsEvents /api/v1/sports/events |
List upcoming, live, and completed sportsbook games with consensus odds. Covers NFL, NBA, MLB, NHL, Soccer, MMA, and college sports. Uses the `data` rate limit bucket. |
| GET |
getSportsAnalysis /api/v1/sports/analysis/{eventId} |
Retrieve AI-generated analysis for a sports event including moneyline, spread, and total predictions with conviction levels and key factors. Read-only — does not trigger new… |
| GET |
listSportsProps /api/v1/sports/props |
Browse player prop lines across all upcoming games. Filter by sport, event, or stat type. Uses the `data` rate limit bucket. |
| Other endpoints | ||
| GET |
getAnalysis /api/v1/analysis/{ticker} |
Retrieve the latest AI-generated analysis for a prediction market event. Returns cached analysis (read-only, does not trigger new generation). |
| POST |
research /api/v1/research |
Send a query to the AlgoPicks research AI. It has access to 40+ real-time data tools and will gather evidence before responding. Supports single-turn queries or multi-turn… |
| GET |
listArticles /api/v1/articles |
Browse the curated news feed — thousands of articles from financial, political, sports, and economic sources, updated continuously. Supports pagination and filtering by feed,… |
| GET |
listMarkets /api/v1/markets |
List individual prediction markets with pricing data. Filter by parent event or status. |
| GET |
search /api/v1/search |
Semantic search across the entire AlgoPicks knowledge base — news articles, prediction market events, and individual markets. Powered by vector embeddings with optional reranking. |
| GET |
listEvents /api/v1/events |
List prediction market events with their nested markets. Filter by category or status. |
AlgoPicks pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO Recommended | $49 / month | 5 / second |
|
| ULTRA | $149 / month | 10 / second |
|
| MEGA | $499 / month | 30 / second |
|