Skip to main content

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