fda.approvals
ActiveTool of io.github.wikatar/arkolith
FDA drug-approval / rejection actions (Drugs@FDA, CDER). For a sponsor or drug, returns the regulatory action history: action=approved (AP, bullish), complete_response_letter (CR, a rejection — sharply bearish), or tentative_approval (TA). Flags new molecular entities (NME) and priority review — the highest-value catalysts. Resolves sponsor_name to a ticker (null if private). CAVEAT: backward-looking (records actions AFTER they happen, lags days; press releases beat it) — a confirmation/archive feed. Drugs@FDA is CDER-only, so biologics/vaccines (e.g. Moderna) may be absent. Public-domain openFDA.
Parameters schema
{
"type": "object",
"properties": {
"drug": {
"type": "string",
"description": "Brand or generic drug name, e.g. 'Ozempic' (optional)"
},
"type": {
"type": "string",
"description": "'ORIG' (new approval, default) | 'SUPPL' | 'ALL'"
},
"limit": {
"type": "number",
"description": "Max actions (1-100, default 50)"
},
"status": {
"type": "string",
"description": "'AP' | 'CR' | 'TA' | 'ALL' (default ALL)"
},
"sponsor": {
"type": "string",
"description": "Sponsor company name, e.g. 'AstraZeneca' (optional)"
},
"nme_only": {
"type": "boolean",
"description": "New Molecular Entity approvals only (optional)"
},
"since_days": {
"type": "number",
"description": "Action-date window (default 365, max 1825)"
},
"application_no": {
"type": "string",
"description": "NDA/BLA number, e.g. 'NDA209091' (optional)"
}
}
}Parent server
io.github.wikatar/arkolith
https://github.com/wikatar/Arkolith.com
1/7 registries