Commit Graph

2 Commits

Author SHA1 Message Date
Adrian Flores Cortes
96e80a64f5 feat: Update API examples and add migration script
Updates:
- api_examples.sh: Updated API usage examples
- requirements.txt: Updated dependencies

New:
- migrate_historical_data.py: Script for historical data migration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 12:24:57 -06:00
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