get_clinical_trials
Returns the FDA / clinical-trial calendar — upcoming drug approval target dates and the tickers behind each drug.
Window is fixed at today − 14 days to today + 60 days, sorted by date ascending.
Use for upcoming FDA decisions, PDUFA dates, biotech catalysts.
Returns: { data: [{ targetDate, clinicalTrials: [{ drugName, ticker }] }],
count, window }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||