Filings, funds, and the data behind them

Data readouts from 1.87M institutional positions across 1,824 filers, and guides to SEC filings, insider activity, and market data for AI agents. New articles daily.

RSS
Agent-Native APIs Explained: What Makes an API Agent-Ready
LatestAI & Agents

Agent-Native APIs Explained: What Makes an API Agent-Ready

Most data APIs were designed for a developer reading docs. Agents need discoverable tools, metered credits, and provenance on every datapoint.

Read the analysis

AI & Agents

12 posts
Why LLMs Get Stock Data Wrong: A Failure Taxonomy
AI & Agents

Why LLMs Get Stock Data Wrong: A Failure Taxonomy

Training cutoffs, ticker collisions, merged share classes, and invented numbers: the four ways language models botch stock data, and what fixes each.

Read
How AI Agents Cite Sources: Auditable AI Citations
AI & Agents

How AI Agents Cite Sources: Auditable AI Citations

Auditable agent answers need structured citations: accession-level source links, filing dates, and UI receipts. The schema and the enforcement rules.

Read
API Keys for AI Agents: Scoping, Metering, Rotation
AI & Agents

API Keys for AI Agents: Scoping, Metering, Rotation

Agents leak, loop, and retry. How to scope, meter, and rotate API keys when the caller is an autonomous AI agent, and why a key must never live in a prompt.

Read
Build a 13F Tracker with AI: Raw EDGAR vs a Clean API
AI & Agents

Build a 13F Tracker with AI: Raw EDGAR vs a Clean API

An honest build-vs-buy tutorial: what parsing raw EDGAR 13F filings yourself really costs, versus pointing your AI agent at a clean, provenance-tracked API.

Read
An AI Agent Stock Research Workflow That Cites Sources
AI & Agents

An AI Agent Stock Research Workflow That Cites Sources

A practical end-to-end workflow for agent-driven stock research: entity resolution, 13F ownership, Form 4 insider activity, and citations back to EDGAR.

Read
Data Provenance for AI: The Anti-Hallucination Contract
AI & Agents

Data Provenance for AI: The Anti-Hallucination Contract

Provenance means every number an agent states carries a link to its primary source. The contract, the response schema, and the enforcement rules.

Read
Grounding LLM Responses: RAG, Tools, or Fine-Tuning?
AI & Agents

Grounding LLM Responses: RAG, Tools, or Fine-Tuning?

RAG, tool calls, and fine-tuning solve different grounding problems. For financial numbers, only source-linked tool calls make the answer auditable.

Read
What Is LLM Tool Calling? How It Actually Works
AI & Agents

What Is LLM Tool Calling? How It Actually Works

Tool calling is how an LLM stops guessing and starts querying. Here is the schema, call, result loop, and why it beats RAG for live structured data.

Read
MCP vs Function Calling: Protocol vs Pattern Explained
AI & Agents

MCP vs Function Calling: Protocol vs Pattern Explained

Function calling wires tools into one app. MCP publishes them once for every host. How the two layers relate, and when each fits your agent stack.

Read
ChatGPT Market Data: How to Connect Actions, MCP, and REST
AI & Agents

ChatGPT Market Data: How to Connect Actions, MCP, and REST

ChatGPT has no market data built in. Here are the three connection paths that actually work: custom GPT actions, MCP connectors, and REST with a bearer key.

Read
How to Give Claude Access to SEC Filings
AI & Agents

How to Give Claude Access to SEC Filings

A practical tutorial: connect Claude to SEC filings over MCP in one command, the tools your agent gets, example prompts, and why provenance is the trust layer.

Read