Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Supply chain relationships and networks
customers(ticker: string): Promise<ApiResponse>
const customers = await client.supplyChain.customers('AAPL');
peers(ticker: string): Promise<ApiResponse>
const peers = await client.supplyChain.peers('AAPL');
suppliers(ticker: string): Promise<ApiResponse>
const suppliers = await client.supplyChain.suppliers('AAPL');