metadata_get_cost
Calculate the USD cost of a historical data query before downloading. Specify dataset, symbols, and date range to estimate fees.
Instructions
Calculate the cost in USD for a historical data query before downloading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset code (e.g., GLBX.MDP3) | |
| symbols | No | Comma-separated list of symbols or single symbol | |
| schema | No | Schema name (default: trades) | |
| start | Yes | Inclusive start date/time (YYYY-MM-DD or ISO 8601) | |
| end | No | Optional exclusive end date/time (YYYY-MM-DD or ISO 8601) | |
| mode | No | Query mode (default: historical-streaming) | |
| stype_in | No | Input symbology type (e.g., raw_symbol, continuous) | |
| stype_out | No | Output symbology type (e.g., instrument_id, raw_symbol) |