Available as MCP tool:
sec_13f_list_top_managers — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
sec_13f_list_top_managers enumerates the SEC Form 13F smart-money universe (up to Top 1,000) ranked by 13F reportable value for a chosen quarter — rank 1 is the institution with the largest reportable value in that quarter. Use it as the fund-pool seed when an agent doesn’t yet know a specific manager_cik or ticker: derive the Top N (e.g. 30) here, then fan out to sec_13f_list_manager_holdings to pull each manager’s holdings for consensus / overlap / Q-over-Q rank-diff analyses.
Two quarter concepts — keep them straight
universe_period— the quarter that selected the Top 1,000 manager set. Locked to the most recent quarter the data covers, does not change with your input.ranking_period— the quarter the response’s ranks and values are computed from. Driven by youryear + quarter; defaults touniverse_period.
meta.scope.available_ranking_periods. Passing a (year, quarter) outside that list returns 200 OK with an empty managers array plus an explanatory scope_notice.
Response
Credits consumed (always
1).Coverage descriptor (same shape as the other 13F endpoints). Includes
universe_period, available_ranking_periods: string[], managers_seeded, selection_basis, is_top_1000_only.Plain-English summary of coverage; extended with “has no ranking data” when a
(year, quarter) outside available_ranking_periods is requested.200 OK · sec_13f_list_top_managers
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
sec_13f_list_top_managers — request parameters
sec_13f_list_top_managers — request parameters
Number of managers to return, sorted by
period_rank ascending. Default 30. Range [1, 1000]; server clamps out-of-range values.Calendar year of the quarter to query (e.g.
2025). Range [2013, 2030]. Must be paired with quarter; omit both for the most recent quarter the data covers.Calendar quarter
1-4 (Q1=Jan-Mar, Q4=Oct-Dec). Must be paired with year.Related
13F Holdings by Manager
Forward direction — fetch one fund’s full holdings (the natural fan-out from this tool).
13F Holders by Ticker
Reverse direction — which Top 1000 managers hold a given ticker?
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.