[SceneItem] stock_price-股价

股价

参数结构

字段

是否为空

字段说明

样例

stockName

股票名

阿里巴巴

stockCode

股票代码

BABA

marketType

市场类型

美股

tradingTime

交易时间

2025-10-09T16:00:00-04:00

currentPrice

当前价

173.68

priceChange

价格变化值

-7.44

changePercent

价格变化率

-4.11%

tradingData

openPrice

开盘价

178.52

highPrice

最高价

178.78

lowPrice

最低价

172.3

preClosePrice

昨日收盘价 

181.12

peRatio

pe

20.32

trend

趋势

DOWN

示例

请求

query:阿里巴巴美股

返回

{
    "stockName": "阿里巴巴",
    "stockCode": "BABA",
    "marketType": "美股",
    "tradingTime": "2025-10-09T16:00:00-04:00",
    "currentPrice": 173.68,
    "priceChange": -7.44,
    "changePercent": "-4.11%",
    "tradingData": {
        "openPrice": 178.52,
        "highPrice": 178.78,
        "lowPrice": 172.3,
        "preClosePrice": 181.12,
        "peRatio": 20.32
    },
    "trend": "DOWN"
}