US Equities Trade and Quote Daily Bar
The U.S. Equities Trade and Quote Daily Bar dataset provides a daily, analytics-rich summary of market activity derived from consolidated trade and top-of-book quote (TAQ) data. It aggregates intraday TAQ information into a comprehensive set of 65 metrics, capturing both price formation and trading behavior. In addition to standard Open, High, Low, Close, and Volume (OHLCV) measures, the dataset includes a wide range of market microstructure statistics, such as buying and selling pressure indica
GEThttps://api.devalgoseek.com/api/v1/data/us-equity/eq-taq-daily#
The U.S. Equities Trade and Quote Daily Bar dataset provides a daily, analytics-rich summary of market activity derived from consolidated trade and top-of-book quote (TAQ) data. It aggregates intraday TAQ information into a comprehensive set of 65 metrics, capturing both price formation and trading behavior. In addition to standard Open, High, Low, Close, and Volume (OHLCV) measures, the dataset includes a wide range of market microstructure statistics, such as buying and selling pressure indicators, spread and quote dynamics, exchange-level and FINRA-reported volume, and other trade- and quote-based analytics. These metrics are designed to characterize daily liquidity, order-flow imbalance, and trading intensity. The dataset is derived from Equity Securities Information Processor (SIP) data and covers all eligible trades and top-of-book quotes, including off-exchange trades reported to FINRA Trade Reporting Facilities (TRF). Coverage spans all major U.S. equity issue types, including common and preferred stocks, ETFs, ETNs, ADRs, warrants, and units.
For more details, please refer to the dataset documentation: US Equities Trade and Quote Daily Bar Guide.
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#
Query Parameters#
- JSON
- CSV Gzip
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.
Possible values: >= 0
Number of records to skip before returning results. To be used with the limit parameter for pagination. If not provided, defaults to 0.
0100Possible values: >= 0 and <= 100000
Maximum number of records to return. Used to control response size and pagination. If not provided, a default limit is applied by the server.
10000100Possible values: [json, csv, csv_gzip]
The type of the data to return
jsonJSON format (default)
jsonCompressed CSV format
csv_gzipResponses#
- 200
- 403
- 422
- 429
JSON, CSV file, or gzip-compressed CSV file, depending on the value of response_format query parameter
- application/json
- text/csv
- application/gzip
- Schema
- Example (auto)
Schema
- Array [
- ]
data object[]required
The trading day
2023-08-02Symbol name
AA unique identifier for a security
1010000000001000Company name
Agilent Technologies Inc.The Primary listing exchange on this trading day
NYSEInternational Securities Identification Number
US00846U1016The NBBO bid price as of the bar open
121.12Total number of shares from all exchanges with OpenBidPrice
200The NBBO ask price as of the bar open
122.23Total number of shares from all exchanges with OpenAskPrice
400Price of the first trade
122Number of shares of the first trade
19266Time of the first trade
2023-08-02 09:30:01.048000000The highest NBBO bid price
128.7Total number of shares from all exchanges with HighBidPrice
100Time of highest NBBO bid price
2023-08-02 09:57:03.256000000The highest NBBO ask price
129Total number of shares from all exchanges with HighAskPrice
200Time of highest NBBO ask price
2023-08-02 16:00:00.373000000The highest trade price
128.72Time of the highest trade
2023-08-02 09:57:02.206000000The lowest NBBO bid price
121.09Total number of shares from all exchanges with LowBidPrice
200Time of the lowest NBBO bid price
2023-08-02 09:30:01.048000000The lowest NBBO ask price
122.05Total number of shares from all exchanges with LowAskPrice
100Time of the lowest NBBO ask price
2023-08-02 09:30:01.064000000The lowest trade price
121.84Time of the lowest trade
2023-08-02 09:30:02.086000000The NBBO bid price as of bar close
125.72Total number of shares from all exchanges with CloseBidPrice
100The NBBO ask price as of bar close
129Total number of shares from all exchanges with CloseAskPrice
200Price of last Trade
127.71Number of shares of last trade
257270Time of the last Trade
2023-08-02 16:02:38.522000000Minimum NBBO Bid-Ask spread size
0.01Maximum NBBO Bid-Ask spread size
5Total of number of shares canceled (when a previously reported trade is cancelled)
0The number of Bid and Ask NNBO quotes during the bar period
197006Total trade volume at or below the bid price
310327Total trade volume between the bid and mid price
398189Total trade volume at the mid price
546244Total trade volume between the mid and ask price
581445Total trade volume at or above the ask price
450954Total trade volume when NBBO is locked or crossed
5048A trading volume during regular market hours on public listed exchanges
1598893A total number of trades during regular market hours on public listed exchanges
28823A trading volume for the whole day on public listed exchanges
1599094A total number of trades for the whole day on public listed exchanges
28835FINRA/TRF trading volume during regular market hours
989976A total number of FINRA/TRF trades during regular market hours
12116FINRA/TRF trading volume for the whole day
1057118A total number of FINRA/TRF trades for the whole day
12200Total number of shares traded with upticks
646633Total number of shares traded with downticks
617391Total number of shares where trade price is the same (repeated) and last price change was up during the bar
573806Total number of shares where trade price is the same (repeated) and last price change was down during the bar
454377When the first trade of the day takes place, the tick direction is "unknown" as there is no previous trade to compare it to
0Volume-weighted average price during regular market hours plus the Opening and Closing Cross
126.85Volume-weighted average price for the whole day
126.87The sum difference between each trade’s price and NBBO midpoint at the time of the trade weighted by volume
1.4435The sum difference between each trade’s price and NBBO midpoint at the time of the trade relative to the spread and weighted by volume
0.06404Time-weighted average price of the NBBO bid
126.79062Time-weighted average price of the NBBO ask
126.90444pagination objectrequired
The number of records skipped to fetch the current page
0The maximum number of records in the current page
The number of records to skip to fetch the next page
{
"data": [
{
"TradeDate": "2023-08-02",
"Ticker": "A",
"ASID": 1010000000001000,
"Name": "Agilent Technologies Inc.",
"PrimaryExchange": "NYSE",
"ISIN": "US00846U1016",
"OpenBidPrice": 121.12,
"OpenBidSize": 200,
"OpenAskPrice": 122.23,
"OpenAskSize": 400,
"OpenTradePrice": 122,
"OpenTradeSize": 19266,
"OpenTradeTime": "2023-08-02 09:30:01.048000000",
"HighBidPrice": 128.7,
"HighBidSize": 100,
"HighBidTime": "2023-08-02 09:57:03.256000000",
"HighAskPrice": 129,
"HighAskSize": 200,
"HighAskTime": "2023-08-02 16:00:00.373000000",
"HighTradePrice": 128.72,
"HighTradeTime": "2023-08-02 09:57:02.206000000",
"LowBidPrice": 121.09,
"LowBidSize": 200,
"LowBidTime": "2023-08-02 09:30:01.048000000",
"LowAskPrice": 122.05,
"LowAskSize": 100,
"LowAskTime": "2023-08-02 09:30:01.064000000",
"LowTradePrice": 121.84,
"LowTradeTime": "2023-08-02 09:30:02.086000000",
"CloseBidPrice": 125.72,
"CloseBidSize": 100,
"CloseAskPrice": 129,
"CloseAskSize": 200,
"CloseTradePrice": 127.71,
"CloseTradeSize": 257270,
"CloseTradeTime": "2023-08-02 16:02:38.522000000",
"MinSpread": 0.01,
"MaxSpread": 5,
"CancelSize": 0,
"NBBOQuoteCount": 197006,
"TradeAtBid": 310327,
"TradeAtBidMid": 398189,
"TradeAtMid": 546244,
"TradeAtMidAsk": 581445,
"TradeAtAsk": 450954,
"TradeAtCrossOrLocked": 5048,
"ListedMarketHoursVolume": 1598893,
"ListedMarketHoursTrades": 28823,
"ListedTotalVolume": 1599094,
"ListedTotalTrades": 28835,
"FinraMarketHoursVolume": 989976,
"FinraMarketHoursTrades": 12116,
"FinraTotalVolume": 1057118,
"FinraTotalTrades": 12200,
"UptickVolume": 646633,
"DowntickVolume": 617391,
"RepeatUptickVolume": 573806,
"RepeatDowntickVolume": 454377,
"UnknownTickVolume": 0,
"MarketVWAP": 126.85,
"DailyVWAP": 126.87,
"TradeToMidVolWeight": 1.4435,
"TradeToMidVolWeightRelative": 0.06404,
"TimeWeightBid": 126.79062,
"TimeWeightAsk": 126.90444
}
],
"pagination": {
"limit": 1000,
"next_offset": 2000,
"offset": 1000
}
}
- Schema
- Example (auto)
Schema
"string"
- Schema
- Example (auto)
Schema
"string"
Forbidden
- application/json
Validation Error
- application/json
- Schema
- Example (auto)
Schema
- Array [
- Array [anyOf
- string
- integer
- ]
- ]
detail object[]
loc object[]required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string",
"ctx": {}
}
]
}
Request rejected because the identity or team exceeded a configured monthly or per-minute usage quota. When available, the response includes rate-limit headers describing the current quota.
Response Headers
Configured quota limit for the resource that was exceeded.
Remaining quota before the limit is reached. This is 0 when the request is rejected.
Number of seconds left in the current quota period before usage resets.
- application/json
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- postman-cli
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.devalgoseek.com/api/v1/data/us-equity/eq-taq-daily");
request.Headers.Add("Accept", "application/json");
request.Headers.Add("X-API-KEY", "<X-API-KEY>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Click the Send API Request button above and see the response here!