get_symbol_coverage
Retrieve detailed data coverage metrics for any symbol on a specific exchange, including completeness, detected gaps, and cadence.
Instructions
Get detailed data coverage for a specific symbol on a venue scope. Returns per-data-type coverage with earliest/latest, total records, completeness, detected data gaps, and cadence metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Venue scope | |
| symbol | Yes | Symbol, e.g. 'BTC', 'ETH', 'km:US500' | |
| from | No | Start of gap detection window (Unix ms or ISO). Defaults to 30 days ago. | |
| to | No | End of gap detection window (Unix ms or ISO). Defaults to now. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Result data object |