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.
ETF information, holdings, and exposures
fund(ticker: string): Promise<ApiResponse>
const fundInfo = await client.etfs.fund('SPY');
holdings(ticker: string): Promise<ApiResponse>
const holdings = await client.etfs.holdings('SPY');
exposure(ticker: string): Promise<ApiResponse>
const exposure = await client.etfs.exposure('SPY');