Financial Modeling Prep

searchPressReleases

Search for company press releases with the FMP Search Press Releases API. Find specific corporate announcements and updates by entering a stock symbol or company name.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called searchPressReleases? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "from": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)"
    },
    "page": {
      "type": "number",
      "description": "Page number (default: 0)"
    },
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 20, max: 250)"
    },
    "symbols": {
      "type": "string",
      "description": "Comma-separated list of stock symbols"
    }
  }
}