You're viewing a demo portfolio

Join the waitlist
PRSM

get_company_news

Active

Tool of Finnhub

declared in 0.1.0

Get recent news articles about a company within a date range. Returns headline, summary, source, and URL. Example: get_company_news({ symbol: "AAPL", from: "2024-01-01", to: "2024-01-31", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "2024-01-31",
      "from": "2024-01-01",
      "symbol": "AAPL",
      "_apiKey": "your-finnhub-api-key"
    },
    {
      "to": "2024-06-30",
      "from": "2024-06-01",
      "symbol": "MSFT",
      "_apiKey": "your-finnhub-api-key"
    }
  ],
  "required": [
    "symbol",
    "from",
    "to",
    "_apiKey"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format, e.g. \"2024-01-31\""
    },
    "from": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format, e.g. \"2024-01-01\""
    },
    "symbol": {
      "type": "string",
      "description": "Stock ticker symbol, e.g. \"AAPL\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Finnhub API key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Finnhub

https://github.com/pipeworx-io/mcp-finnhub

1/7 registries
View full server →
get_company_news — Finnhub — PRSM MCP