get_company_news
Retrieve company-specific news by entering a ticker symbol to access relevant market updates and financial insights through the Financial Datasets MCP Server.
Instructions
Get news for a company.
Args:
ticker: Ticker symbol of the company (e.g. AAPL, GOOGL)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticker | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticker": {
"title": "Ticker",
"type": "string"
}
},
"required": [
"ticker"
],
"title": "get_company_newsArguments",
"type": "object"
}