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.

traffic()

traffic(ticker: string): Promise<ApiResponse>
Get web traffic data for a company’s website.
ticker
string
required
Stock ticker symbol

Example

const trafficData = await client.webTraffic.traffic('AAPL');