---
title: "FDA approvals, clinical trials, and PDUFA dates"
method: GET
path: "/api/v2.1/calendar/fda"
tags: ["fda"]
---

# FDA approvals, clinical trials, and PDUFA dates

`GET /api/v2.1/calendar/fda`

Returns FDA approvals, clinical trials, and PDUFA (Prescription Drug User Fee Act) dates for pharmaceutical and biotech companies. Includes information about drug development stages, trial results, approval outcomes, and regulatory milestones.

## Query parameters

- `page` integer
- `pagesize` integer
- `parameters[date]` string, YYYY-MM-DD
- `parameters[date_from]` string, YYYY-MM-DD
- `parameters[date_to]` string, YYYY-MM-DD
- `parameters[date_search_field]` 'announced' | 'target'
- `parameters[date_search_strict]` boolean
- `parameters[securities]` string, csv
- `parameters[updated]` integer

## Headers

- `accept` 'application/json', required

## Response `200`

Success

- ApiFDAResponse — API response containing an array of FDA event records
  - `fda` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiFDA[]
    - `commentary` string
    - `companies` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiCompany[]
      - `cik` string
      - `id` string
      - `name` string
      - `securities` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiSecurity[]
        - `exchange` string
        - `symbol` string
    - `created` integer
    - `date` string
    - `drug` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiDrug
      - `generic` boolean
      - `id` string
      - `indication_symptom` string[]
      - `name` string
    - `event_type` string
    - `id` string
    - `nic_number` string
    - `notes` string
    - `outcome` string
    - `outcome_brief` string
    - `source_link` string
    - `source_type` string
    - `status` string
    - `target_date` string
    - `time` string — Time of the FDA event (EST)
    - `updated` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
