Commit Graph

3 Commits

Author SHA1 Message Date
Adrian Flores Cortes
34fcea2cc5 fix(data-service): Fix DB credentials and sync_service table mappings
- Update config.py: trading_platform/trading_user/trading_dev_2026
- Fix sync_service.py: ohlcv_5m/ohlcv_15m table names (was ohlcv_5min)
- Fix sync_service.py: Remove non-existent 'trades' column from INSERT

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 04:39:32 -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
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