Base URL  https://api.biopharmawatch.com
OpenAPI spec

BiopharmaWatch API

Programmatic access to biotech catalyst intelligence: FDA and PDUFA calendars with data-driven probability-of-approval scores, clinical pipeline, SEC-derived financial health, hedge-fund and insider signals, options flow, and the full company universe. REST, JSON, one API key.

47 endpoints REST + JSON MCP for AI assistants Live try-it on every call

Plans and access

Two plans. API Basic gives you the full events, reference, and financial-health layer to build on. API Elite Plus adds our proprietary signal layer (Smart Money, machine-learning clinical-trial datasets, options flow) plus 10x throughput.

BiopharmaWatch

API Basic

$99 / mo

Billed annually

For developers building internal tools, trackers, and their own apps.

  • Complete FDA calendar with upcoming clinical readouts and PDUFA dates
  • Probability of Approval (PoA) summary and deep scorecards
  • 5+ years of PDUFA data with decision outcomes and approval status
  • Historical catalyst data with price movements and event metadata
  • Clinical-pipeline database, auto-updated across all monitored companies
  • SEC financial health: runway, burn, dilution and distress signals
  • Unusual-volume alerts, company universe, holders, gainers/losers
  • JSON responses with secure API key authentication
  • 100 requests/min
BiopharmaWatch

API Elite Plus ELITE PLUS

$189 / mo

Billed annually

For quants, funds, and data-driven investors who want the edge.

  • Everything in API Basic, plus full access to all platform data in real-time
  • Company and pipeline scoring: risk-adjusted NPV (rNPV) and valuation signals
  • M&A target scores, deal tracker, and acquirer leaderboard
  • Pipeline health grades and competitive landscape intelligence
  • Hedge-fund positioning and insider-trading activity (Smart Money)
  • Conviction-weighted hedge-fund sentiment scores
  • Proprietary machine-learning clinical-trial results and risk signals
  • FDA designations, approvals and adverse-event safety signals
  • Options flow, options chain and put-call analytics
  • Analyst ratings, price targets and firm actions
  • 1,000 requests/min with full historical depth and priority support

Authentication

Every request takes your API key as the apiKey query parameter. Keys are managed in your account, under API Access (one active key per account; regenerate any time).

curl "https://api.biopharmawatch.com/api/v2/fdacalendar?apiKey=YOUR_API_KEY&ticker=MRNA"
Keep your key secret. It carries your plan's access and rate limit. If a key is exposed, regenerate it from your dashboard and the old key stops working immediately.

Use it in your AI assistant MCP

Connect BiopharmaWatch to ChatGPT, Claude (and Claude Code), Cursor and any MCP-compatible assistant. Add the connector URL with your API key and your AI can query every endpoint here. We help you set it up, no call needed.

One URL, your data inside any AI

Ask things like "which PDUFA dates next month carry the highest approval odds?" and your assistant answers from live BiopharmaWatch data.

ChatGPTClaudeClaude CodeCursor
MCP connector
https://api.biopharmawatch.com/mcp?apiKey=YOUR_KEY

Conventions

TopicDetail
Response envelopeData is returned under result (typically { "result": [ ... ] } or { "result": { ... } }).
Paginationpage (50 results/page) on list endpoints.
DatesYYYY, YYYY-MM or YYYY-MM-DD accepted on date filters.
Rate limitsPer-minute by plan (100 Basic / 1,000 Elite Plus) plus the per-endpoint cap shown on each operation. 429 when exceeded.
ErrorsNon-200 responses carry { "error": "..." }.