financialequitiesfundamentalssmall-capfinance
US small-cap equity fundamentals (daily, 2024–2026)
About this data
982,158 daily rows for 1,714 US stocks with latest market cap under $2B, 2024-01-02 through 2026-09-02. Required fields ticker, date, revenue, eps, market_cap with zero nulls; also shares outstanding, close, margins, debt-to-equity, CIK. Quarterly SEC companyfacts XBRL forward-filled onto trading days; market_cap = shares_outstanding × Nasdaq public EOD close. SEC data is U.S. government public domain. Not a Yahoo scrape.
Schema
| Name | Type | Description |
|---|---|---|
| PAR1���L��gAAME RDTBEO SI TC VC/BXCC 'CCS D 'CEL FN/CH I | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$39
Fixed price
Quality: 5 / 5
0 downloads
Seller: Rdl Archive
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "US small-cap equity fundamenta" })
// Found: 668244d5-5845-48ff-a776-fa42d03ef72b
buy_now({ dataset_id: "668244d5-5845-48ff-a776-fa42d03ef72b" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/668244d5-5845-48ff-a776-fa42d03ef72b \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "668244d5-5845-48ff-a776-fa42d03ef72b"}'