Financial Modeling Prep

getEODDataBulk

The EOD Bulk API allows users to retrieve end-of-day stock price data for multiple symbols in bulk. This API is ideal for financial analysts, traders, and investors who need to assess valuations for a large number of companies.

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

Other tools also called getEODDataBulk? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format"
    }
  }
}