realtime_bulk_quotes
Fetch real-time stock quotes for multiple symbols simultaneously to monitor current market prices and track portfolio performance.
Instructions
Fetch real time bulk quotes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbols": {
"type": "array"
}
},
"required": [
"symbols"
],
"type": "object"
}