sync_stock
Sync stock market data from providers to a local MySQL database. Choose full mode for complete history since 2000 or incremental mode for only new data.
Instructions
Sync a stock from providers into the local MySQL database. full = complete history from 2000; incremental = only new data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | incremental | |
| symbol | Yes | Ticker, e.g. NVDA | |
| intraday | No | Also sync intraday bars at this interval |