dojo_quote / README.md
futurefeader's picture
Upload README.md with huggingface_hub
7ff9267 verified
|
Raw
History Blame Contribute Delete
1.53 kB
metadata
license: apache-2.0

Languages: 简体中文 · English

dojo_quote — Latest Quote Snapshot

Overview

Point-in-time snapshot for the most recent trading session per symbol: price, change, volume, market cap, valuation ratios, and related fields. Not a historical time series.

Files

File Description
data.parquet Full latest-quote table

Key Fields

Field Description
symbol Join key to dojo_stock_info
name Display name from quote feed
last_price / pre_close Last / previous close
open / high / low Session OHLC
change / change_percent Absolute / percent change
volume / amount Volume / turnover
market_cap Total market capitalization
turn_rate Turnover rate
pe / pb P/E and P/B
dividend_yield Dividend yield
total_shares Shares outstanding
quote_time Quote timestamp
exchange Exchange code

Scale (reference)

~16k rows (quoted active subset; smaller than full dojo_stock_info).

Related Datasets