1c983de099e2
US Equities Daily SSR Circuit Breakers
The U.S. Equities Daily SSR Circuit Breakers dataset provides daily reference information on U.S. equity securities subject to the SEC Short Sale Rule (SSR), also known as Regulation SHO Rule 201. The SSR is triggered when a security experiences a significant intraday price decline (-10%), after which short sale executions are subject to price test restrictions. Once triggered, the rule restricts short sales to prices above the current National Best Bid (NBB) for the remainder of the trading day and the following trading day. This dataset identifies securities for which the SSR circuit breaker was in effect, enabling users to account for regulatory trading constraints in execution logic, compliance monitoring, and historical analysis. Data is published on a daily basis and is designed to support institutional trading systems, risk controls, and post-trade analysis involving short sale activity.
For more details, please refer to the dataset documentation: US Equities Daily SSR Circuit Breakers Guide.
<details> <summary>**Advanced Filtering**</summary>You can provide one or multiple filter expressions based on the dataset's columns to narrow down the results. For example, StartDate.gt=2023-01-01&StartDate.lt=2023-12-31, Ticker=AAPL.
Please refer to the <a href="https://algoseek.com/docs/rest-api/tutorial/advanced-filtering">Advanced Filtering Guide</a> for the extensive reference.
</details>Query parameters
A string representing the time period for which to retrieve data. The format and accepted values depend on the dataset. If not provided, data for all available periods will be returned.
A string representing the time period for which to retrieve data. The format and accepted values depend on the dataset. If not provided, data for all available periods will be returned.
Sorting criteria for the results. Provide a column name with optional prefix '+' for ascending order, or prefix with '-' for descending order. Multiple sorting fields may be supported depending on the dataset. If sort prefix is not provided, the ascending order is applied.
Sorting criteria for the results. Provide a column name with optional prefix '+' for ascending order, or prefix with '-' for descending order. Multiple sorting fields may be supported depending on the dataset. If sort prefix is not provided, the ascending order is applied.
A comma-separated list of columns to include in the response. Use this parameter to select only specific fields from the dataset. If not provided, all available columns will be returned.
A comma-separated list of columns to include in the response. Use this parameter to select only specific fields from the dataset. If not provided, all available columns will be returned.
Number of records to skip before returning results. To be used with the limit parameter for pagination. If not provided, defaults to 0.
Number of records to skip before returning results. To be used with the limit parameter for pagination. If not provided, defaults to 0.
Maximum number of records to return. Default and maximum values depend on the response format; see format_limits in the schema for details.
Maximum number of records to return. Default and maximum values depend on the response format; see format_limits in the schema for details.
Note the lowercase which is used for the consistency with other projects and tools
The type of the data to return
Response
JSON, CSV file, or gzip-compressed CSV file, depending on the value of response_format query parameter
Example response
{
"data": [
{
"TradeDate": "2011-02-28",
"TriggerTime": "2011-02-28 10:34:50",
"SecId": 32994,
"ASID": 1010000000001587,
"Ticker": "ALAN",
"Name": "Alanco Technologies Inc",
"PrimaryExchange": "NASDAQ"
}
],
"pagination": {
"limit": 1000,
"next_offset": 2000,
"offset": 1000
}
}