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

# SparklineAttribute

> Enum for the attribute tracked in a sparkline.

### TypeScript shape

```ts theme={null}
type SparklineAttribute =
  | 'PRICE';
```

<ResponseField name="PRICE" type="SparklineAttribute">Price over time.</ResponseField>
