For fintech builders & founders

From idea to first impact query in 5 minutes.

One authenticated GET returns explained, structured impact — across stocks, private companies, FX and crypto. No pipeline to wire, no NLP to run.

your first call — copy, paste, run
# which stocks did this theme move, and why?
curl -H "X-API-Key: $MARKETDX_KEY" \
  "https://api.marketdx.lab.ai/v1/news/search?q=AI+funding+boom&include=entities&limit=3"

# → clean JSON, ticker-resolved, billed for exactly what returns
{
  "results": [
    { "stock": "NVDA.US", "direction": 0.74,
      "aspect": "capital", "reason": "datacenter capex tailwind" },
    { "stock": "ORCL.US", "direction": 0.51,
      "aspect": "demand",  "reason": "AI-training cloud backlog" }
  ],
  "credits_charged": 3
}
MCP-NATIVE

Drop the impact graph into your agents.

CONNECTOR — COMING SOON

A news-aware tool, without wiring a pipeline.

Our MCP connector exposes the impact graph as a tool your agents and copilots can call directly — in Claude, Cursor, or any MCP client. Ask in natural language; get back named stocks, direction and reasons as structured data your app can act on.

Get notified at launch →
AGENT → marketdx.search
"which biotech names moved on FDA news this week?"
← TOOL RESULT
3 stocks: LLY VRTX CRSP — each with direction, aspect & a one-line reason your agent can quote.
DEPENDABLE BY DESIGN

The boring parts, done right.

What you need to trust an API as a dependency — predictable, documented, no surprises.

01

Fresh & fast

News is ingested continuously and mapped within minutes of publication. One regional read, FX live, served from us-east1.

02

Predictable limits

Per-tier rate limits with a fixed window and clear 429 semantics — documented, not discovered in production.

03

Honest errors & billing

You're charged for what's actually returned, never for an empty or failed call. Stable error shapes you can branch on.

WHAT'S A CREDIT

Priced per call — no metering surprises.

Most endpoints are a small flat rate. The news feed is the one that scales with what you pull — one credit per article returned.

News feed / search1 / article returned
Thematic screener (full list)10 flat
Competitors / peers5 flat
Stock & taxonomy lookups1 flat
Enums / self-describing referencefree
WHAT YOU CAN SHIP

One feed, many products.

Impact alert bot

Watch a portfolio or theme; push the moment a story moves a held name, with the reason attached.

Thematic screener in your app

Let users screen by megatrend, aspect and direction — the ranked answer comes back ready to render.

Agent / copilot tool

Give your LLM a grounded source of who-moved-and-why instead of letting it hallucinate tickers.

Enrichment layer

Tag your existing news or portfolio stream with structured impact — stocks, private companies, FX, crypto.

Ship your first impact-aware feature today.

Free tier, no card. Key in minutes, docs that get out of your way.