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

# Sector Investor Mentions

> Counts of tracked investor accounts mentioning assets in a sector: distinct investors, mentions and the sector's share of all investor mentions. Each series is one sector, keyed by its name.

|                  |                                                                                                               |
| ---------------- | ------------------------------------------------------------------------------------------------------------- |
| Access           | Social\_mindshare\_unified                                                                                    |
| Timeseries model | `sector-investor-mentions`: intervals `1d`, series key `sector` (Sectors), every series available in one call |

## Endpoints

<CardGroup cols={2}>
  <Card title="Batch Get Sector timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-sector-investor-mentions">
    Every series in one request, or the named ones.
  </Card>

  <Card title="Get Sector timeseries" icon="arrow-right" href="/api-reference/data-api/social-mindshare/timeseries-sector-investor-mentions-by-id">
    One series over a time window, keyed by its Sectors.
  </Card>
</CardGroup>

## Metrics

3 metrics. Use the `Field` value in `selections`; every point starts with the timestamp and continues in this order.

| Field                    | Name                   | Type    | Unit    | Description                                                                              |
| ------------------------ | ---------------------- | ------- | ------- | ---------------------------------------------------------------------------------------- |
| `unique-investors-count` | Unique Investors Count | int32   |         | The number of unique investors mentioning assets in this sector on a given interval.     |
| `mentions-count`         | Mentions Count         | int32   |         | The total number of mentions for assets in this sector on a given interval.              |
| `mentions-percentage`    | Mentions Percentage    | float64 | percent | The percentage of total investor mentions for assets in this sector on a given interval. |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/timeseries/sector-investor-mentions/1d/AI?timeframe=7d&selections=unique-investors-count,mentions-count" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

See [Get Sector timeseries](/api-reference/data-api/social-mindshare/timeseries-sector-investor-mentions-by-id) for the response and the errors.
