---
title: "Security Futures by Symbol"
method: GET
path: "/trsrv/futures"
tags: ["Contract"]
---

# Security Futures by Symbol

`GET /trsrv/futures`

Returns a list of non-expired future contracts for given symbol(s)

## Query parameters

- `symbols` string, required

## Response `200`

returns an object with symbol and and array of its future contracts

- object
  - `symbol` object[]
    - `symbol` string
    - `conid` integer — conid of the future contract
    - `underlyingConid` integer
    - `expirationDate` string
    - `ltd` string — last trading day

## Other responses

- `500` — error while processing the request

---

[API](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactivebrokers/client-portal-web-api/revisions/32edbfe496d1/schema)
