get_ticker_price
Fetch real-time stock prices using a ticker symbol with this tool, enabling quick access to up-to-date market data for informed decision-making.
Instructions
Get current price for a stock ticker
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | Stock ticker symbol |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Stock ticker symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}