Documentation Index
Fetch the complete documentation index at: https://mintlify.com/axionquant/js-sdk/llms.txt
Use this file to discover all available pages before exploring further.
customers()
customers(ticker: string): Promise<ApiResponse>
Get customer relationships for a company.
Example
const customers = await client.supplyChain.customers('AAPL');
peers()
peers(ticker: string): Promise<ApiResponse>
Get peer companies.
Example
const peers = await client.supplyChain.peers('AAPL');
suppliers()
suppliers(ticker: string): Promise<ApiResponse>
Get supplier relationships for a company.
Example
const suppliers = await client.supplyChain.suppliers('AAPL');