WhaleWisdom API Alternative: 13F Data With MCP
A WhaleWisdom API alternative should preserve SEC 13F source links, accepted dates, comparable filings, and agent-ready retrieval paths.

The short version
A WhaleWisdom API alternative is worth considering when the job is not just browsing 13F holdings, but giving an agent or research system source-backed institutional ownership data with accepted dates, comparable filings, and provenance. WhaleWisdom remains a recognizable 13F research product. The decision is whether your workflow needs a human terminal, an API, or an MCP-ready data layer that keeps the SEC evidence attached.
What does WhaleWisdom do for 13F research?
WhaleWisdom is best known as a hedge-fund and institutional-holdings research site built around SEC filings. Its own homepage says it tracks hedge fund filings, Form 13F, Schedule 13D, insider transactions, and clone-portfolio style research from public records. For a human analyst who wants a familiar web interface, that is the starting appeal.
The important baseline is the SEC record. The SEC Form 13F FAQ explains that Form 13F exists to increase public availability of institutional investment manager holdings information. The SEC Form 13F Data Sets page says the Commission's downloadable data is extracted from XML-based EDGAR submissions and flattened without changing the submissions.
That means every 13F product is downstream from EDGAR. The useful question is not whether a product has 13F rows. It is whether the product preserves the clock, identifiers, and source proof that make those rows usable.
For basics, pair this page with 13F database search, how to read a 13F filing, and 13F holdings API.

What does the WhaleWisdom API expose?
WhaleWisdom's API help page describes an API that interacts with its 13F database through an account key. As of August 1, 2026, the same page listed a shell-style endpoint and stated a 20 requests-per-minute limit. It also described different access windows for subscribers and non-subscribers.
Its pricing page listed a free tier, a Standard plan at $90 per quarter with API access, a Pro plan at $150 per quarter, and an Enterprise plan by contact. The subscription information page described Standard access to 13F data back to 2001 through website tools and an Excel add-in, Pro API download expansion, and Enterprise access that can include API, live data feeds, and nightly FTP files.
Those details may change, so treat them as an as-of comparison, not a permanent buying guide. The durable evaluation frame is simpler: can the API answer your research question, cite the filing, and fit the system that will call it?
When is an alternative worth evaluating?
Evaluate an alternative when the workflow has moved from manual lookup to repeatable retrieval. A web UI can be enough for a one-off manager check. An API or MCP server matters when the caller is a script, a research notebook, a workflow engine, or an AI agent that needs structured responses.
| Workflow need | Why it matters |
|---|---|
| Accepted-date preservation | Separates quarter-end holdings from public-knowledge time |
| Comparable filing selection | Makes position-change claims reproducible |
| CUSIP, ticker, and CIK resolution | Prevents fuzzy joins from becoming evidence |
| Amendment handling | Avoids counting corrected filings as fresh trades |
| Source accession links | Lets the reader inspect the underlying EDGAR record |
| API and MCP access | Lets agents retrieve data without scraping web pages |
| Provenance endpoint | Keeps citations and evidence separate from summary text |
If your only question is "what did this fund own last quarter?" many products can help. If your question is "what changed, when did the market learn it, and what source proves it?" the data contract matters more than the page layout.
How does Arkolith frame the alternative?
Arkolith's public 13F data layer describes a corpus of institutional filers, tens of millions of holdings, CUSIP-to-ticker resolution, amendments, quarter-over-quarter deltas, and source provenance. The useful distinction is that Arkolith is built as a data backend for agents and research systems, not only as a browsing product.
The MCP catalog API exposes tools such as fund lookup, fund holdings, point-in-time holdings, position history, stock owners, crowding, confluence, and provenance retrieval. The same public MCP metadata is available through the MCP discovery JSON, which gives agents a machine-readable route into the server.
For a human setup path, start at /connect. For the product surface, use /data/13f. For a narrow workflow, see the capital-change brief docs, how to track institutional ownership changes, and MCP versus REST API.
What should an agent ask first?
An agent should avoid broad prompts like "find smart-money stocks." Start with one ticker, one manager, or one comparison window. Then require source links in the answer.
# Resolve a company, ticker, or fund first
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://arkolith.com/api/v1/search?q=NVDA"
# Pull a current stock ownership view
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://arkolith.com/api/v1/stocks/NVDA"
# Ask for a composed current ownership-change brief
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://arkolith.com/api/v1/stocks/NVDA/capital-change-brief"
The same research job can run over MCP after the server is connected. That matters because an agent can call a typed tool, inspect provenance, and cite the evidence without being asked to browse a website by hand.
How should you compare 13F API providers?
Use a short checklist and write down the answer before choosing a provider:
| Question | What to look for |
|---|---|
| Is EDGAR still visible? | Filing accession, accepted date, form type, and source link |
| Can I compare filings correctly? | Prior comparable filing, amendment policy, period boundaries |
| Can I search by both fund and stock? | Manager CIK, fund identity, ticker, CUSIP, issuer mapping |
| Can my system call it? | REST endpoint, MCP server, auth model, rate limits |
| Can I cite the output? | Stable source records, provenance endpoint, HTML source links |
| Does the output state limits? | 13F delay, long-position scope, omitted shorts and swaps |
This checklist also protects against the most common 13F error: treating a delayed quarterly disclosure as a live trade signal. Read how accurate is 13F data, 13F short positions, and portfolio turnover from 13F before using the data as evidence.
Who should choose which route?
Choose the web-first route if you want fast manual inspection and portfolio pages. Choose an API route if you need batch pulls into a model, dashboard, or notebook. Choose MCP when the caller is an AI agent that should discover tools, call them directly, and keep citations attached.
For many teams, the right answer is not one vendor forever. It is a source-backed workflow that can prove what it knows. A provider comparison should therefore begin with the evidence packet, not the brand name.
That packet should include the manager or issuer searched, the reporting period, EDGAR accepted date, compared filing, instrument type, source URL, and the reason the result was returned. Without those fields, a 13F API can still be convenient, but it is weaker as research infrastructure.

Frequently asked questions about WhaleWisdom alternatives
Is WhaleWisdom the official source for 13F filings?
No. EDGAR is the SEC source of record. WhaleWisdom and other 13F products are downstream search, analytics, and retrieval layers built from public filings.
Does WhaleWisdom have an API?
Yes. As of August 1, 2026, WhaleWisdom's API help page described an account-key API for its 13F database and a 20 requests-per-minute limit. Check the live WhaleWisdom pages before relying on plan details.
What makes an MCP-ready alternative different?
An MCP-ready alternative gives an AI agent a typed tool surface. The agent can call a holdings, owners, history, or provenance tool directly instead of scraping a web page.
Can 13F APIs show current trades?
No. Form 13F is a delayed quarterly disclosure. A good API should preserve reporting period and accepted date so users do not confuse disclosed holdings with live trades.
What is the best first test?
Ask one narrow question: "For this ticker, which managers reported the largest share-count changes versus the prior comparable filing, and what EDGAR source proves it?" If the provider cannot return the clock and source proof, keep testing.
This article explains public filings and data workflows. It is not investment advice, legal advice, tax advice, or accounting advice.
Keep reading

How to Track Institutional Ownership Changes
Track institutional ownership changes by separating quarterly 13F position changes from faster Form 4 insider signals and keeping every claim tied to a filing.

13F Database: How to Search Institutional Holdings
A 13F database lets you search institutional holdings by manager, issuer, ticker, CUSIP, filing period, and accepted date without treating delayed filings as live trades.

How to Track AI Data Center Stocks With 13F
Use 13F filings to track disclosed institutional exposure to AI data center stocks without treating quarterly holdings as live trading signals.