Commit Graph

2 Commits

Author SHA1 Message Date
Adrian Flores Cortes
0e20c7c75c feat: Add Polygon data fetch script
- scripts/fetch_polygon_data.py: Async script to fetch OHLCV data from Polygon API
- Supports backfilling historical data (default 365 days)
- Rate limiting for free tier (5 req/min)
- Batch inserts with ON CONFLICT handling
- Configurable via .env file

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 05:53:16 -06:00
62a9f3e1d9 feat: Initial commit - Data Service
Data aggregation and distribution service:
- Market data collection
- OHLCV aggregation
- Real-time data feeds
- Data API endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 04:30:42 -06:00