marketData
Retrieve real-time market quotes for financial symbols to access current pricing data through TradeStation's trading platform.
Instructions
Get quotes for symbols
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-separated list of symbols |
Input Schema (JSON Schema)
{
"properties": {
"symbols": {
"description": "Comma-separated list of symbols",
"type": "string"
}
},
"required": [
"symbols"
],
"type": "object"
}