Skip to main content

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.
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');