FDA drug-approval catalyst change stream for US-listed biotechs
FDA drug-approval catalyst change stream for US-listed biotechs: every state change of every tracked catalyst — each PDUFA date as set, extended and resolved — with the real outcome (approval or CRL), the SEC filing quote and its EDGAR source, as a since-cursor delta feed. Use when you mirror the calendar and need date changes and outcomes as they land, not a snapshot. Accuracy AND coverage are free at GET /v1/accuracy. Flat price per request.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.biotechcatalystsentinel.com/v1/events
| Category | Market data |
|---|---|
| Provider host | api.biotechcatalystsentinel.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 100,
"since": 0
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"default": 100,
"description": "Maximum number of events to return (1-500; default 100).",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"since": {
"description": "Cursor: return only events with an event_id greater than this (0 = from the start). Pass the last event_id you saw to page forward.",
"minimum": 0,
"type": "integer"
},
"ticker": {
"description": "Optional server-side filter: only events whose record is filed by this ticker's issuer or exposes it as a co-filer in tickers[] (case-insensitive). Composes with since \u2014 limit counts matched events, so a filtered backlog drains without gaps. Unknown ticker returns an empty 200. Does not change the price.",
"maxLength": 12,
"minLength": 1,
"pattern": "^\\S+$",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"description": "One row per state change, oldest-first while draining a `since` cursor. `tickers` lists every co-filer exposed to the decision.",
"items": {
"properties": {
"accession": {
"type": [
"string",
"null"
]
},
"application_number": {
"type": [
"string",
"null"
]
},
"applied": {
"type": "boolean"
},
"authority": {
"enum": [
"human_lock",
"llm_high",
"regex",
"llm_medium",
"llm_low",
null
],
"type": [
"string",
"null"
]
},
"catalyst_id": {
"type": "integer"
},
"company": {
"type": [
"string",
"null"
]
},
"confidence": {
"enum": [
"high",
"medium",
"low",
null
],
"type": [
"string",
"null"
]
},
"date_changed": {
"type": "boolean"
},
"date_confidence": {
"enum": [
"confirmed",
"reported",
"estimated",
null
],
"type": [
"string",
"null"
]
},
"days_to_date": {
"type": [
"integer",
"null"
]
},
"delta_days": {
"type": [
"integer",
"null"
]
},
"detected_at": {
"type": [
"string",
"null"
]
},
"drug_name": {
"type": [
"string",
"null"
]
},
"event_id": {
"type": "integer"
},
"event_type": {
"enum": [
"new_date_assigned",
"date_extension",
"decision_outcome",
"retracted",
"restored",
"corrected"
],
"type": "string"
},
"filed_at": {
"type": [
"string",
"null"
]
},
"indication": {
"type": [
"string",
"null"
]
},
"merged_into": {
"type": [
"integer",
"null"
]
},
"new_date": {
"type": [
"string",
"null"
]
},
"new_date_upcoming": {
"type": "boolean"
},
"outcome": {
"enum": [
"approved",
"tentative",
"crl",
"none_found",
null