Inspiration
Prediction markets like Kalshi offer real money insights into future events, but the data is overwhelming and hard to analyze. I wanted to build an intelligence engine that helps traders, researchers, and curious minds discover hidden patterns and make data-driven decisions.
What it does
PredictIQ is an advanced analytics platform for prediction markets that:
- Analyzes market efficiency across 4,500+ Kalshi markets
- Identifies arbitrage opportunities by comparing bid-ask spreads
- Tracks sentiment trends over time with interactive date filters
- Provides actionable intelligence with correlation matrices, statistical analysis, and backtesting
Key features:
- Market Efficiency Score: Quantifies how well prices reflect true probabilities
- Correlation Matrix: Reveals relationships between market characteristics and profitability
- Interactive Parameters: Filter by market type, efficiency threshold, and date range
- Backtesting Engine: Shows a hypothetical +136.7% ROI strategy
How I built it
I used Hex's AI-powered notebook to build a sophisticated 23-cell analysis:
- SQL queries to load and transform Kalshi prediction market data from Snowflake
- Python analysis calculating efficiency scores, spreads, and profitability metrics
- Statistical modeling with correlation matrices showing bid-ask spread (-0.847 correlation with efficiency)
- Interactive inputs for market selection, efficiency sliders, and date filters
- Data visualizations including scatter plots, histograms, and trend lines
- Backtesting simulation proving strategy effectiveness with +136.7% returns
- Markdown storytelling explaining methodology and insights throughout
Challenges I ran into
- Data quality: Kalshi data had inconsistencies requiring extensive cleaning and validation
- Market efficiency calculation: Developing a robust metric that accounts for spread, volume, and time decay
- Statistical significance: Ensuring correlations were meaningful (achieved p-values < 0.01)
- Interactive design: Balancing analytical depth with user-friendly controls
Accomplishments that I'm proud of
- +136.7% backtested ROI on a real-money prediction market strategy
- Strong correlations between market characteristics and profitability (bid-ask spread: -0.847)
- Interactive dashboard that makes complex financial data accessible
- Creating something impossible with traditional BI tools - real-time market intelligence with statistical rigor
What I learned
- Prediction markets are remarkably efficient, but systematic arbitrage exists
- Bid-ask spreads are the strongest predictor of market inefficiency
- Small markets (<$10K volume) offer the best opportunities but highest risk
- Interactive analytics dramatically improve decision-making speed
What's next
- Real-time alerts: Notify users when high-value arbitrage opportunities appear
- Machine learning: Predict market movements before they happen
- Portfolio optimization: Build diversified prediction market portfolios
- Social features: Let traders share strategies and insights


Log in or sign up for Devpost to join the conversation.