The frontier finance
research environment.
Built to make you a radically better investor, Meridex is the best way to research with AI.
Watchlist
Screener
AI Agents
My Theses
NVIDIA Investment Thesis
Revenue by Segment
Sources Connected
Co-pilot
You
What's the bear case for NVDA?
Agent
The primary risks include customer concentration (hyperscalers = 50%+ of DC rev), export restrictions to China, and cyclical capex...
You
Add that to the bear case section.
Add a comp section vs Google TPUs
Your research environment, reimagined.
An integrated workspace where AI agents draft theses, pull live data, and surface insights — while you stay in control.
Thesis Co-Creation
AI agents draft, you refine. Every claim is linked to source data from filings, fundamentals, and news.
Evaluate Ideas
Stress-test any investment thesis. AI surfaces bear cases, risk factors, and counter-arguments from real data.
Inline Data
Charts, fundamentals, SEC filings, and sentiment render right in your canvas. No tab-switching.
1-Pager Export
Generate a polished investment memo in one click. Share with your team or export to PDF.
Get started in minutes.
Open the Workspace
Sign up and dive into your AI-powered research environment. No setup required.
Research with AI
Ask questions, pull data, and co-develop investment theses with your AI co-pilot.
Export & Act
Generate polished 1-pagers, share with your team, or pipe data into your own pipelines.
Simple, transparent pricing.
Start free. Scale as you grow.
Free
- 1,000 API calls
- Basic data
- Workspace (1 seat)
- Community support
Pro
- 50,000 API calls
- Full data suite
- Workspace (5 seats)
- MCP server access
- Priority support
- Streaming endpoints
Enterprise
- Unlimited API calls
- Full data suite
- Workspace (∞ seats)
- Dedicated MCP server
- SSO + Audit log
- Custom SLAs
- On-prem option
For Developers
Also built for agents.
Need raw API access? Meridex exposes the same data as REST endpoints and MCP tools — so your AI agents can query fundamentals, filings, prices, and sentiment programmatically.
One API, all financial data
Fundamentals, price history, SEC filings, insider trades, news sentiment — unified under one REST endpoint.
Native MCP Support
Your Claude or GPT agent can call Meridex tools directly. No middleware. No glue code. Just plug and query.
Real-time Streaming
Subscribe to price changes, filing alerts, and sentiment shifts. Your agents react to the market as it moves.
curl https://api.meridex.com/v1/fundamentals \ -H "Authorization: Bearer mop_sk_live_..." \ -d '{"ticker": "NVDA", "metrics": ["pe", "revenue_growth", "fcf"]}'
Response
{ "ticker": "NVDA", "pe_ratio": 45.2, "revenue_growth": "12.2%", "free_cash_flow": "$28.4B", "data_freshness": "2024-12-19T14:30:00Z" }