Daily market-microstructure timeseries for one security
Per-security daily lit-microstructure history (hidden/odd-lot/cancel/trade-to-order rates, average trade size, volume, deciles), ascending by date. Use limit to return only the most recent N days. SEC Market Structure (MIDAS) metrics describe how a security trades on the lit exchanges, aggregated across venues per day: hidden_volume_rate is the share of executed volume that came from non-displayed (hidden) orders - a dark-liquidity-within-lit signal; odd_lot_volume_rate, cancel_to_trade (order cancellation pressure), trade_to_order_rate (fill efficiency) and avg_trade_size round out the picture, with mcap / turnover / volatility / price deciles (1-10). Off-exchange (ATS / dark-pool) venue volume is NOT in this dataset - it covers lit exchanges only. Source: U.S. Securities and Exchange Commission.
Path parameters
Security ticker symbol.
Security ticker symbol.
Query parameters
Return only the most recent N trading days (default: full history).
Return only the most recent N trading days (default: full history).
Response
Daily market-microstructure timeseries for the symbol.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"data_age_days": 8.532,
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
],
"period": "2026-Q1",
"notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
}
}Changes
Changed in 3 of the 22 revisions of this API.1015
- ○
added the optional property
meta/data_age_daysto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/notesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/periodto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
data/first_datebecame optional for the status200response-property-became-optional
- ▲
the response property
data/last_datebecame optional for the status200response-property-became-optional
- ▲
the response property
data/record_countbecame optional for the status200response-property-became-optional
- ▲
the response property
data/recordsbecame optional for the status200response-property-became-optional
- ▲
the response property
data/symbolbecame optional for the status200response-property-became-optional
- ▲
response property
data/first_datelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/last_datelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/record_countlist-of-types was widened by adding typesnull and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/recordslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/symbollist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the429statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the503statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the401statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the429statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the503statusresponse-optional-property-added
- ○
added the optional property
planto the response with the401statusresponse-optional-property-added
- ○
added the optional property
planto the response with the429statusresponse-optional-property-added
- ○
added the optional property
planto the response with the503statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the401statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the429statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the503statusresponse-optional-property-added
- ○