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.

data()

data(ticker: string): Promise<ApiResponse>
Get ESG scores and metrics for a company.
ticker
string
required
Stock ticker symbol

Example

const esgData = await client.esg.data('AAPL');