getSymbolDetails
Retrieve detailed market information for trading symbols including quotes, specifications, and trading parameters to support informed investment decisions.
Instructions
Get detailed symbol information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Single symbol or comma-separated list of symbols |
Input Schema (JSON Schema)
{
"properties": {
"symbols": {
"description": "Single symbol or comma-separated list of symbols",
"type": "string"
}
},
"required": [
"symbols"
],
"type": "object"
}