> ## Documentation Index
> Fetch the complete documentation index at: https://docs.axionquant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ESGAPI

> Environmental, Social, and Governance data

## data()

```typescript theme={null}
data(ticker: string): Promise<ApiResponse>
```

Get ESG scores and metrics for a company.

<ParamField path="ticker" type="string" required>
  Stock ticker symbol
</ParamField>

### Example

```typescript theme={null}
const esgData = await client.esg.data('AAPL');
```
