Historical analysis of market developments during the 2024 presidential election. The data is collected from the NYT, Polymarket, and Binance.
This project helps users understand the relationship between political events and market movements by:
- Tracking prediction market probabilities for election outcomes
- Correlating preliminary results with prediction market shifts and bitcoins price
- New York Times: Political news and election coverage
- Polymarket: Prediction market data for election outcomes
- Binance: Cryptocurrency market data
For detailed information about the data collection methodology and transformations, see data processing documentation.
python >= 3.8
node >= 14.0.0
- Clone the repository
git clone https://github.com/0xmanny/election-dev.git
cd election-dev
- Install dependencies
cd data-processing
pip install -r requirements.txt
cd ../website
pnpm install
To run the development server:
pnpm run dev
Visit http://localhost:3000 to view the application.
The platform is deployed at election.dev.