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