Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
433
  • Apple

get_sec_filings

Retrieve SEC filings for a specific company by providing its ticker symbol, optional filing type, and limit. Access key financial documents like 10-K, 10-Q, and 8-K reports.

Instructions

Get all SEC filings for a company.

Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) limit: Number of SEC filings to return (default: 10) filing_type: Type of SEC filing (e.g. 10-K, 10-Q, 8-K)

Input Schema

NameRequiredDescriptionDefault
filing_typeNo
limitNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "filing_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filing Type" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_sec_filingsArguments", "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/financial-datasets/mcp-server'

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