---
title: "BESS Industry Growth - ERCOT"
method: GET
path: "/us/ercot/modo/industry-growth"
tags: ["Indices (Deprecated)"]
deprecated: true
---

# BESS Industry Growth - ERCOT

`GET /us/ercot/modo/industry-growth`

> **Deprecated.**

This endpoint is deprecated. Please use Index Capacity Timeseries instead.

## Query parameters

- `date_from` string, required
- `date_to` string, required
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BESSIndustryGrowthERCOT[], required
    - `date` string, date, required
    - `total_energy_capacity_mwh` number, required
    - `total_rated_power_mw` number, required
    - `asset_count` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/versions/6c4b83d3fc12/schema)
