---
title: "Retrieve FDA Calendar"
method: GET
path: "/api/market/fda-calendar"
---

# Retrieve FDA Calendar

`GET /api/market/fda-calendar`

Returns the FDA calendar for the current week.

## Response `200`

Successful response with FDA calendar data.

- FDACalendarResponse
  - `data` FDACalendarEvent[]
    - `catalyst` string — The kind of upcoming date causing the event.
    - `description` string — The description of the event.
    - `drug` string — The name of the drug.
    - `end_date` string, date — The event end date in ISO date format.
    - `indication` string — The sickness or symptom the drug is used to treat.
    - `start_date` string, date — The event start date in ISO date format.
    - `status` string — The status of the drug admission.
    - `ticker` string — The ticker of the company applying for drug admission.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
