get_ticker_news_tool
Retrieve Yahoo financial news for a specific ticker to support in-depth market research and analysis. Access timely updates to stay informed on stock-related developments.
Instructions
For getting yahoo financial news of a ticker. Useful for getting latest news, especially for doing deep research.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticker | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticker": {
"title": "Ticker",
"type": "string"
}
},
"required": [
"ticker"
],
"title": "get_ticker_news_toolArguments",
"type": "object"
}