Skip to main content

US Equities Trade Only

GET 

/api/v1/data/us-equity/eq-trades/:trade_date/:ticker

The U.S. Equities Trade-Only dataset provides a tick-by-tick record of executed trades for U.S. exchange-listed equity securities, derived from the consolidated Equity SIP Last Sale. The dataset captures trades executed on all U.S. public equity exchanges, as well as off-exchange trades reported to FINRA Trade Reporting Facilities (TRF). For each trade, core attributes such as price, size (volume), market center, and sales condition codes are provided, enabling detailed analysis of execution activity and trade reporting context. Data spans the entire trading session, including pre-market (from 4:00 a.m.), regular market hours, and after-hours trading (through 8:00 p.m.), offering a complete view of daily trade flow without quote information. The dataset is delivered as trade-only data (no bids or asks), making it suitable for execution analysis, volume studies, and trade-based signal research where quote dynamics are not required.

For more details, please refer to the dataset documentation: US Equities Trade Only Guide.


Note: This dataset has an adjusted version available. By default, the endpoint returns price and volume values 'as-is' based on information published on the exchange. The adjusted version includes backward-adjusted data that accounts for corporate actions such as dividends and stock splits, which affect fields based on price and volume. You can control this behavior by using the adjusted query parameter in your API requests.

Advanced Filtering

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 Advanced Filtering Guide for the extensive reference.

Request

Responses

JSON, CSV file, or gzip-compressed CSV file, depending on the value of response_format query parameter