<!DOCTYPE html><!--Y_wHqQ9c_aZOf_yYwUUXC--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/03bd525fad5d8790.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-4e6bf084ac60582b.js"/><script src="/_next/static/chunks/4bd1b696-c023c6e3521b1417.js" async=""></script><script src="/_next/static/chunks/255-54d3085ce94738a4.js" async=""></script><script src="/_next/static/chunks/main-app-2c5eb865cd7db4f8.js" async=""></script><script src="/_next/static/chunks/app/page-c9a5b1a0eb9aef4c.js" async=""></script><title>QuantClaw Data โ Financial Intelligence Platform</title><meta name="description" content="39+ financial data modules with MCP integration. Real-time prices, options, technicals, crypto, macro, and more."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="bg-[#000021] text-white min-h-screen antialiased"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen"><header class="border-b border-white/10 px-6 py-16 text-center"><div class="max-w-4xl mx-auto"><div class="flex items-center justify-center gap-3 mb-4"><span class="text-5xl">๐</span><h1 class="text-5xl font-bold tracking-tight"><span class="text-[#13C636]">Quant</span>Claw Data</h1></div><p class="text-xl text-white/60 mt-4 max-w-2xl mx-auto">37<!-- --> financial data modules. Real-time prices, options, technicals, crypto, macro, NLP, and more.<br/><span class="text-[#C0E8FD]">Free. Open. MCP-ready.</span></p><div class="flex justify-center gap-6 mt-8 text-sm text-white/40"><div><span class="text-2xl text-[#13C636] font-bold">37</span><br/>Modules</div><div><span class="text-2xl text-[#C0E8FD] font-bold">23</span><br/>Phases Built</div><div><span class="text-2xl text-[#FFD700] font-bold">$0</span><br/>Cost / Month</div><div><span class="text-2xl text-white/80 font-bold">MCP</span><br/>Native</div></div></div></header><section class="border-b border-white/10 px-6 py-12"><div class="max-w-5xl mx-auto"><h2 class="text-2xl font-bold mb-4 flex items-center gap-2">๐ MCP Integration</h2><p class="text-white/60 mb-6">Add QuantClaw Data to any AI agent with a single MCP config. Every module is a callable tool.</p><pre class="bg-black/60 border border-white/10 rounded-xl p-5 text-sm overflow-x-auto text-white/80">{
"mcpServers": {
"quantclaw-data": {
"command": "python",
"args": [
"/path/to/financial-data-pipeline/mcp_server.py"
],
"env": {
"CACHE_DIR": "/tmp/quantclaw-cache"
}
}
}
}</pre><p class="text-white/40 text-xs mt-3">Or use the HTTP API at <code class="text-[#13C636]">data.quantclaw.org/api/v1/{tool_name}</code></p></div></section><section class="px-6 py-8"><div class="max-w-6xl mx-auto"><div class="flex flex-col sm:flex-row gap-4 mb-6"><input type="text" placeholder="Search modules..." class="flex-1 px-4 py-3 rounded-xl bg-white/5 border border-white/10 text-white placeholder:text-white/30 focus:border-[#13C636] focus:outline-none" value=""/></div><div class="flex flex-wrap gap-2 mb-8"><button class="px-4 py-2 rounded-full text-sm transition bg-[#13C636] text-black font-semibold">All (<!-- -->37<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐<!-- --> <!-- -->Core Market Data<!-- --> (<!-- -->5<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐<!-- --> <!-- -->Derivatives & Options<!-- --> (<!-- -->2<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐<!-- --> <!-- -->Alternative Data<!-- --> (<!-- -->10<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐<!-- --> <!-- -->Multi-Asset<!-- --> (<!-- -->3<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐งฎ<!-- --> <!-- -->Quantitative<!-- --> (<!-- -->4<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐ฆ<!-- --> <!-- -->Fixed Income & Macro<!-- --> (<!-- -->2<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐ฐ<!-- --> <!-- -->Corporate Events<!-- --> (<!-- -->9<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">๐ค<!-- --> <!-- -->Intelligence & NLP<!-- --> (<!-- -->1<!-- -->)</button><button class="px-4 py-2 rounded-full text-sm transition bg-white/5 text-white/60 hover:bg-white/10">โ๏ธ<!-- --> <!-- -->Infrastructure<!-- --> (<!-- -->1<!-- -->)</button></div><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฐ</span><h3 class="font-semibold text-lg">Real-Time Prices</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->1</span></div><p class="text-white/60 text-sm mb-3">Live stock prices, historical OHLCV, after-hours data via Yahoo Finance</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ข</span><h3 class="font-semibold text-lg">Company Profile</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->4</span></div><p class="text-white/60 text-sm mb-3">Company overview, sector, employees, market cap, description</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Stock Screener</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->4</span></div><p class="text-white/60 text-sm mb-3">Filter stocks by market cap, P/E, sector, dividend yield, volume</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Technical Analysis</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->3</span></div><p class="text-white/60 text-sm mb-3">RSI, MACD, Bollinger Bands, moving averages, support/resistance</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฌ</span><h3 class="font-semibold text-lg">Market Microstructure</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->22</span></div><p class="text-white/60 text-sm mb-3">Bid-ask spreads, order flow imbalance, liquidity scoring, market maker activity</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Options Chain</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->2</span></div><p class="text-white/60 text-sm mb-3">Full options chain with Greeks, put/call ratio, implied volatility</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Options Flow Scanner</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->6</span></div><p class="text-white/60 text-sm mb-3">Unusual activity alerts, dark pool prints, sweep detection</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฐ</span><h3 class="font-semibold text-lg">News & Sentiment</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->1</span></div><p class="text-white/60 text-sm mb-3">Aggregated news with NLP sentiment scoring from multiple sources</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฌ</span><h3 class="font-semibold text-lg">Social Sentiment</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->3</span></div><p class="text-white/60 text-sm mb-3">Reddit, StockTwits, Twitter sentiment tracking and trends</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐๏ธ</span><h3 class="font-semibold text-lg">Congress Trades</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->3</span></div><p class="text-white/60 text-sm mb-3">Congressional trading disclosures, politician portfolios, insider timing</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Short Interest</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->3</span></div><p class="text-white/60 text-sm mb-3">Short interest ratio, days to cover, short squeeze candidates</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ก</span><h3 class="font-semibold text-lg">Patent Tracking</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->11</span></div><p class="text-white/60 text-sm mb-3">USPTO patent filings, R&D velocity scoring, innovation index</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Job Posting Signals</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->12</span></div><p class="text-white/60 text-sm mb-3">Hiring velocity as leading indicator, department growth, geo expansion</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Supply Chain Mapping</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->13</span></div><p class="text-white/60 text-sm mb-3">Supplier/customer relationships via SEC NLP, dependency graphs</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐พ</span><h3 class="font-semibold text-lg">Weather & Agriculture</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->14</span></div><p class="text-white/60 text-sm mb-3">NOAA weather data, crop conditions, energy demand signals</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฏ</span><h3 class="font-semibold text-lg">Activist Investors</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->19</span></div><p class="text-white/60 text-sm mb-3">13D filings, campaign tracking, activist targets</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฑ</span><h3 class="font-semibold text-lg">ESG Scoring</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->20</span></div><p class="text-white/60 text-sm mb-3">Environmental, social, governance metrics and composite scores</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">โฟ</span><h3 class="font-semibold text-lg">Cryptocurrency</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->4</span></div><p class="text-white/60 text-sm mb-3">Real-time crypto prices, market cap, volume via CoinGecko</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ข๏ธ</span><h3 class="font-semibold text-lg">Commodities</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->4</span></div><p class="text-white/60 text-sm mb-3">Gold, silver, oil, natural gas, agricultural futures</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฑ</span><h3 class="font-semibold text-lg">Forex</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->4</span></div><p class="text-white/60 text-sm mb-3">Currency pairs, cross rates, historical exchange rates</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Factor Model</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->7</span></div><p class="text-white/60 text-sm mb-3">Momentum, value, quality, size, volatility factor scoring</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฆ</span><h3 class="font-semibold text-lg">Factor Zoo</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->21</span></div><p class="text-white/60 text-sm mb-3">400+ published academic factors replicated and scored</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Portfolio Analytics</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->8</span></div><p class="text-white/60 text-sm mb-3">Sharpe, Sortino, max drawdown, correlation matrix, VaR</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">โช</span><h3 class="font-semibold text-lg">Backtesting</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->9</span></div><p class="text-white/60 text-sm mb-3">Event-driven backtester with realistic fills, slippage, commission</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฆ</span><h3 class="font-semibold text-lg">Macro Indicators</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->2</span></div><p class="text-white/60 text-sm mb-3">GDP, CPI, unemployment, interest rates, Fed funds</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Bond Analytics</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->15</span></div><p class="text-white/60 text-sm mb-3">Yield curves, credit spreads, duration, convexity analysis</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">SEC Filings</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->1</span></div><p class="text-white/60 text-sm mb-3">10-K, 10-Q, 8-K filings from SEC EDGAR with full text</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ฌ</span><h3 class="font-semibold text-lg">SEC NLP Analysis</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->16</span></div><p class="text-white/60 text-sm mb-3">Risk factor extraction, MD&A sentiment, change detection</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐
</span><h3 class="font-semibold text-lg">Earnings Calendar</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->2</span></div><p class="text-white/60 text-sm mb-3">Upcoming earnings dates, EPS estimates, beat/miss history</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ค</span><h3 class="font-semibold text-lg">Earnings Transcripts</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->5</span></div><p class="text-white/60 text-sm mb-3">Full call transcripts with NLP โ key quotes, guidance, sentiment</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Dividends</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->2</span></div><p class="text-white/60 text-sm mb-3">Dividend history, yield, payout ratio, ex-dates, growth rate</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">โญ</span><h3 class="font-semibold text-lg">Analyst Ratings</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->4</span></div><p class="text-white/60 text-sm mb-3">Consensus ratings, price targets, upgrades/downgrades</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">IPO & SPAC Tracker</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->17</span></div><p class="text-white/60 text-sm mb-3">Upcoming IPOs, SPAC arbitrage, lock-up expiry dates</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐ค</span><h3 class="font-semibold text-lg">M&A Deal Flow</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->18</span></div><p class="text-white/60 text-sm mb-3">Announced deals, merger arb spreads, completion probability</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐๏ธ</span><h3 class="font-semibold text-lg">ETF Holdings</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->2</span></div><p class="text-white/60 text-sm mb-3">ETF constituents, sector weights, overlap analysis</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Research Reports</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->23</span></div><p class="text-white/60 text-sm mb-3">AI-generated equity research with LLM synthesis across all data sources</p></div><div class="border border-white/10 rounded-xl p-5 hover:border-[#13C636]/50 transition-all cursor-pointer bg-white/[0.02] hover:bg-white/[0.05]"><div class="flex items-start justify-between mb-2"><div class="flex items-center gap-2"><span class="text-2xl">๐</span><h3 class="font-semibold text-lg">Smart Alerts</h3></div><span class="text-xs px-2 py-1 rounded-full bg-white/10 text-white/60">Phase <!-- -->10</span></div><p class="text-white/60 text-sm mb-3">Price alerts, volume spikes, RSI thresholds, earnings triggers</p></div></div></div></section><footer class="border-t border-white/10 px-6 py-8 text-center text-white/30 text-sm"><p>Built by <span class="text-[#13C636]">QuantClaw</span> โ Autonomous Financial Intelligence</p><p class="mt-1">Part of the <a href="https://moneyclaw.com" class="text-[#C0E8FD] hover:underline">MoneyClaw</a> ecosystem</p></footer></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-4e6bf084ac60582b.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9766,[],\"\"]\n3:I[8924,[],\"\"]\n4:I[1959,[],\"ClientPageRoot\"]\n5:I[6977,[\"974\",\"static/chunks/app/page-c9a5b1a0eb9aef4c.js\"],\"default\"]\n8:I[4431,[],\"OutletBoundary\"]\na:I[5278,[],\"AsyncMetadataOutlet\"]\nc:I[4431,[],\"ViewportBoundary\"]\ne:I[4431,[],\"MetadataBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[7150,[],\"\"]\n:HL[\"/_next/static/css/03bd525fad5d8790.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Y_wHqQ9c_aZOf_yYwUUXC\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/03bd525fad5d8790.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"bg-[#000021] text-white min-h-screen antialiased\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{\"Component\":\"$5\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@6\",\"$@7\"]}],null,[\"$\",\"$L8\",null,{\"children\":[\"$L9\",[\"$\",\"$La\",null,{\"promise\":\"$@b\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],null],[\"$\",\"$Le\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$f\",null,{\"fallback\":null,\"children\":\"$L10\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:null\n"])</script><script>self.__next_f.push([1,"b:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"QuantClaw Data โ Financial Intelligence Platform\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"39+ financial data modules with MCP integration. Real-time prices, options, technicals, crypto, macro, and more.\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"10:\"$b:metadata\"\n"])</script></body></html>