diff --git a/dxfeed-secondary/src/endpoint/price.ts b/dxfeed-secondary/src/endpoint/price.ts index 1f83b36847..ef514a13a6 100644 --- a/dxfeed-secondary/src/endpoint/price.ts +++ b/dxfeed-secondary/src/endpoint/price.ts @@ -12,7 +12,6 @@ const commonSymbols: { [key: string]: string } = { N225: 'NKY.IND:TEI', FTSE: 'UKX.IND:TEI', TSLA: 'TSLA.US:TEI', - TSLAX: 'TSLA:BFX', } export const execute: ExecuteWithConfig = async (request, config) => { diff --git a/dxfeed/src/endpoint/price.ts b/dxfeed/src/endpoint/price.ts index 2bc779b994..5f99a49e92 100644 --- a/dxfeed/src/endpoint/price.ts +++ b/dxfeed/src/endpoint/price.ts @@ -16,7 +16,6 @@ const commonSymbols: { [key: string]: string } = { N225: 'NKY.IND:TEI', FTSE: 'UKX.IND:TEI', TSLA: 'TSLA:BFX', - TSLAX: 'TSLA.US:TEI', } export const execute: ExecuteWithConfig = async (request, config) => {