Skip to main content

customers()

customers(ticker: string): Promise<ApiResponse>
Get customer relationships for a company.
ticker
string
required
Stock ticker symbol

Example

const customers = await client.supplyChain.customers('AAPL');

peers()

peers(ticker: string): Promise<ApiResponse>
Get peer companies.
ticker
string
required
Stock ticker symbol

Example

const peers = await client.supplyChain.peers('AAPL');

suppliers()

suppliers(ticker: string): Promise<ApiResponse>
Get supplier relationships for a company.
ticker
string
required
Stock ticker symbol

Example

const suppliers = await client.supplyChain.suppliers('AAPL');