Skip to main content
Glama

Polygon-io MCP Server

Official

list_stock_financials

Retrieve fundamental financial data for companies using ticker, CIK, or company details. Filter by filing dates, reporting periods, and more to analyze financial performance.

Instructions

Get fundamental financial data for companies.

Input Schema

NameRequiredDescriptionDefault
cikNo
company_nameNo
company_name_searchNo
filing_dateNo
filing_date_gtNo
filing_date_gteNo
filing_date_ltNo
filing_date_lteNo
include_sourcesNo
limitNo
orderNo
paramsNo
period_of_report_dateNo
period_of_report_date_gtNo
period_of_report_date_gteNo
period_of_report_date_ltNo
period_of_report_date_lteNo
sicNo
sortNo
tickerNo
timeframeNo

Input Schema (JSON Schema)

{ "properties": { "cik": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cik" }, "company_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Company Name" }, "company_name_search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Company Name Search" }, "filing_date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Filing Date" }, "filing_date_gt": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Filing Date Gt" }, "filing_date_gte": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Filing Date Gte" }, "filing_date_lt": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Filing Date Lt" }, "filing_date_lte": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Filing Date Lte" }, "include_sources": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Sources" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "period_of_report_date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Period Of Report Date" }, "period_of_report_date_gt": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Period Of Report Date Gt" }, "period_of_report_date_gte": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Period Of Report Date Gte" }, "period_of_report_date_lt": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Period Of Report Date Lt" }, "period_of_report_date_lte": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Period Of Report Date Lte" }, "sic": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sic" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" }, "timeframe": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timeframe" } }, "title": "list_stock_financialsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/polygon-io/mcp_polygon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server