---
title: "Event Contract Schedules"
method: GET
path: "/forecast/contract/schedules"
tags: ["tradingEventContracts"]
---

# Event Contract Schedules

`GET /forecast/contract/schedules`

Provides forecast trading schedules.

## Query parameters

- `conid` string, required

## Response `200`

Returns the liquid and extended trading hours of the coming and prior trading days.

- ForecastSchedulesResponse
  - `timezone` string — Exchange timezone of event contract.
  - `trading_schedules` ForecastSchedulesResponseTradingSchedulesItems[] — List containing trading objects for each date.
    - `day_of_week` string — Provides the day of the week corresponding to the trading schedule.
    - `trading_times` ForecastSchedulesResponseTradingSchedulesItemsTradingTimesItems[] — List containing the opening times for the event contract. Multiple trading blocks may be returned if the contract has an intraday trading closure.
      - `open` string — The opening time for the given trading session.
      - `close` string — The closing time for the given trading session.

## Other responses

- `401` — Missing, invalid, or unparseable Authorization token.
- `500` — internal server error, returned when incoming request cannot be processed. It can sometimes include subset of bad requests. For example, wrong accountId passed and it can only be detected later in handling request. Error contains reason of the problem.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
