Index
資料類型
IndexPrice
Bases: JsonDict
Attributes:
Name | Type | Description |
---|---|---|
date |
str
|
Date of the index price data. |
symbol |
str
|
Index symbol. |
open |
str
|
Opening price. |
high |
str
|
Highest price. |
low |
str
|
Lowest price. |
close |
str
|
Closing price. |
volume |
str
|
Trading volume. |
values |
str
|
Additional trade values. |
Example
IndexProfile
Bases: JsonDict
Attributes:
Name | Type | Description |
---|---|---|
symbol |
str
|
Index symbol. |
name |
str
|
Name of the index. |
issued_date |
str
|
Issued date of the index. |
base_date |
str
|
Base date of the index. |
base_date_price |
str
|
Base date price of the index. |