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.
funds()
funds(ticker: string): Promise<ApiResponse>
Get fund ownership data.
Example
const funds = await client.insiders.funds('AAPL');
individuals()
individuals(ticker: string): Promise<ApiResponse>
Get insider holders (individuals).
Example
const individuals = await client.insiders.individuals('AAPL');
institutions()
institutions(ticker: string): Promise<ApiResponse>
Get institutional ownership data.
Example
const institutions = await client.insiders.institutions('AAPL');
ownership()
ownership(ticker: string): Promise<ApiResponse>
Get major holders breakdown.
Example
const ownership = await client.insiders.ownership('AAPL');
activity()
activity(ticker: string): Promise<ApiResponse>
Get net share purchase activity.
Example
const activity = await client.insiders.activity('AAPL');
transactions()
transactions(ticker: string): Promise<ApiResponse>
Get insider transactions.
Example
const transactions = await client.insiders.transactions('AAPL');