futurefeader commited on
Commit
7ff9267
·
verified ·
1 Parent(s): ef12749

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ > **Languages:** [简体中文](README_ZH.md) · [English](README.md)
6
+
7
+ # dojo_quote — Latest Quote Snapshot
8
+
9
+ ## Overview
10
+
11
+ 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.
12
+
13
+ ## Files
14
+
15
+ | File | Description |
16
+ |------|-------------|
17
+ | `data.parquet` | Full latest-quote table |
18
+
19
+ ## Key Fields
20
+
21
+ | Field | Description |
22
+ |-------|-------------|
23
+ | `symbol` | Join key to [dojo_stock_info](https://huggingface.co/datasets/AlphaDojo/dojo_stock_info) |
24
+ | `name` | Display name from quote feed |
25
+ | `last_price` / `pre_close` | Last / previous close |
26
+ | `open` / `high` / `low` | Session OHLC |
27
+ | `change` / `change_percent` | Absolute / percent change |
28
+ | `volume` / `amount` | Volume / turnover |
29
+ | `market_cap` | Total market capitalization |
30
+ | `turn_rate` | Turnover rate |
31
+ | `pe` / `pb` | P/E and P/B |
32
+ | `dividend_yield` | Dividend yield |
33
+ | `total_shares` | Shares outstanding |
34
+ | `quote_time` | Quote timestamp |
35
+ | `exchange` | Exchange code |
36
+
37
+ ## Scale (reference)
38
+
39
+ ~**16k** rows (quoted active subset; smaller than full `dojo_stock_info`).
40
+
41
+ ## Related Datasets
42
+
43
+ - [dojo_stock_info](https://huggingface.co/datasets/AlphaDojo/dojo_stock_info) — master profile
44
+ - [dojo_fin_indicators](https://huggingface.co/datasets/AlphaDojo/dojo_fin_indicators) — financial P/E and TTM metrics
45
+ - [dojo_stock_kline](https://huggingface.co/datasets/AlphaDojo/dojo_stock_kline) — price history