v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Retrieve FDA Calendar

Returns the FDA calendar for the current week.

get/api/market/fda-calendar

Response

Successful response with FDA calendar data.

Example response

{
  "data": [
    {
      "catalyst": "PDUFA Date",
      "description": "The FDA extended the new target action date for a decision under the Prescription Drug User Fee Act (PDUFA) to February 24, 2024, but agreed to work with Iovance to expedite the remaining review for a potentially earlier approval date.",
      "drug": "Lifileucel",
      "end_date": "2024-02-24",
      "indication": "for the Treatment of Advanced Melanoma",
      "start_date": "2024-02-24",
      "status": "NDA",
      "ticker": "IOVA"
    }
  ]
}