File size: 1,532 Bytes
cb4f2fc
 
 
7ff9267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
license: apache-2.0
---

> **Languages:** [简体中文](README_ZH.md) · [English](README.md)

# 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](https://huggingface.co/datasets/AlphaDojo/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

- [dojo_stock_info](https://huggingface.co/datasets/AlphaDojo/dojo_stock_info) — master profile
- [dojo_fin_indicators](https://huggingface.co/datasets/AlphaDojo/dojo_fin_indicators) — financial P/E and TTM metrics
- [dojo_stock_kline](https://huggingface.co/datasets/AlphaDojo/dojo_stock_kline) — price history