Skip to main content

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