From 7fbbf6d191b663e342d95fb2e8df0514173fdeb1 Mon Sep 17 00:00:00 2001 From: Hunter <6395201+HunterL@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:50:58 -0400 Subject: [PATCH] Add cboe cgi to IIndicesGroups (#192) --- src/rest/reference/marketStatus.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rest/reference/marketStatus.ts b/src/rest/reference/marketStatus.ts index 2acaa1e..41c7bfc 100644 --- a/src/rest/reference/marketStatus.ts +++ b/src/rest/reference/marketStatus.ts @@ -5,6 +5,7 @@ import { IGet, IPolygonQuery, IRequestOptions } from "../transport/request.js"; export interface IIndicesGroups { s_and_p?: string; societe_generale?: string; + cgi?: string; msci?: string; ftse_russell?: string; mstar?: string;