Financial data infrastructure for
AI agents, developers, and investors
Clean fundamentals, institutional ownership, and insider transaction data from SEC EDGAR. REST API and native MCP server built for the AI era.
SEC EDGAR data, structured for machines
We parse raw XBRL and XML filings into clean, queryable JSON. Built for AI agents, quant researchers, and financial developers.
Detect insider buying clusters
Scan the entire market for coordinated insider purchases — multiple insiders buying within days of each other signals high conviction.
| Ticker | Company | Insiders | Net Bought | Avg Price | |
|---|---|---|---|---|---|
| JAN | Janus Living | 6 | $4.4M | $23.60 | |
| NSP | Insperity | 5 | $5.0M | $23.20 | |
| CTEV | Claritev | 5 | $1.6M | $20.10 | |
| CRM | Salesforce | 2 | $1.5M | $212.10 | |
| MSTR | Strategy | 2 | $967K | $158.50 |
Analyze deep financial data
Access income statements, balance sheets, and cash flow statements with 100+ line items per filing, going back 20+ years.
PLTR — Revenue ($B)
Track institutional and insider moves
Monitor 13F institutional holdings, insider Form 4 transactions, and detect buying clusters across the entire market.
| Institution | Shares | Value | Change | |
|---|---|---|---|---|
| Vanguard Group | 1.3B | $344B | +0.8% | |
| BlackRock | 1.0B | $274B | -0.3% | |
| Berkshire Hathaway | 905.6M | $245B | — | |
| State Street | 571.2M | $155B | +1.2% | |
| Fidelity | 350.8M | $95B | +3.4% |
Everything you need to build
One API for fundamentals, ownership, and insider data. Direct from SEC EDGAR, cleaned and structured for immediate use.
Fundamental Data
Income statements, balance sheets, cash flow statements, and 40+ computed financial ratios with growth rates.
Institutional Ownership
13F institutional holdings for 16,000+ filers, position changes, portfolio snapshots, and ownership summaries.
Insider Transactions
Form 4 insider trades, cluster detection, accumulation scores, quarterly summaries, and ownership history.
MCP Server
Native Model Context Protocol server with 12 tools for Claude, Cursor, and other AI agent integrations.
Developer-First API
RESTful JSON API with consistent schemas, pagination, filtering, and sorting. No SDKs required to get started.
Cross-Ticker Screening
Screen stocks by financial metrics, insider activity, or institutional ownership across the entire US market.
Build your first request in seconds
Clean, consistent REST API. No SDK required. Standard HTTP from any language.
import requests
response = requests.get(
"https://api.metricbay.ai/v1/income-statements",
params={"ticker": "AAPL", "period": "annual", "limit": 5},
headers={"X-API-Key": "your_api_key"}
)
data = response.json()
for statement in data["data"]:
print(statement["fiscal_year"], statement["revenue"]){
"data": [
{
"ticker": "AAPL",
"period": "annual",
"fiscal_year": 2024,
"fiscal_period": "FY",
"revenue": 391035000000,
"gross_profit": 180682000000,
"operating_income": 123216000000,
"net_income": 93736000000,
"eps_diluted": 6.08,
"gross_margin": 0.462,
"operating_margin": 0.315,
"net_margin": 0.240
}
],
"pagination": {
"total": 24,
"limit": 5,
"offset": 0,
"has_more": true
}
}Simple pricing
7-day free trial with full Pro access. No commitment required.
Free
Free 7-day Pro trial. Full access to all endpoints, no credit card required.
- 7-day Pro trial
- 10,000 requests / day
- All endpoints including screening
- 1 API key
- MCP server access
- Community support
ProPopular
For developers and small teams building financial tools and AI agents.
- Everything in Free +
- 10,000 requests / day
- All endpoints including screening
- 5 API keys
- Priority support
- MCP server access
Enterprise
For teams that need custom data feeds, SLAs, and dedicated infrastructure.
- Everything in Pro +
- Unlimited requests
- Dedicated infrastructure
- Custom data feeds
- 99.9% uptime SLA
- Data redistribution rights
FAQ
Start building with Metricbay
7-day free trial with full Pro access. Start making API calls in minutes.