日本股票实时行情接口
Infoway API 日本股票实时行情API提供全面的日本股市市场数据,数据来自东京交易所,涵盖3800只日本股票,帮助用户实时监控市场动态,做出及时决策。
最后更新于
{
"s": "7203.JP", //股票代码
"respList": [
{
"t": "1773032040", //秒时间戳(UTC+8)
"h": "3349.0", //最高价
"o": "3348.0", //开盘价
"l": "3347.0", //最低价
"c": "3349.00", //收盘价
"v": "23100.0", //成交量
"vw": "77352800.00", //成交额
"pc": "0.03%", //涨跌幅
"pca": "1.00" //涨跌额
}
]
}{
"s": "7203.JP", //股票代码
"t": 1773030789341, //毫秒时间戳(UTC+8)
"p": "3357.0", //交易价格
"v": "2500.0", //成交量
"vw": "8392500.00", //成交额
"td": 0 //交易方向 1:BUY 2:SELL 0:默认值
}{
"s": "7203.JP", //股票代码
"t": 1773031148913, //毫秒时间戳(UTC+8)
"a": [ //买盘
[
"3356.0", //买一价
],
[
"5800.0", //买一量
]
],
"b": [ //卖盘
[
"3354.0", //卖一价
],
[
"6800.0", //卖一量
]
]
}
{
"ret": 200,
"msg": "success",
"traceId": "d9e8f29a-c4f4-411b-b4a6-737a36fb2d37",
"data": [
{
"symbol": "7203.JP",
"market": "JP",
"name_cn": "",
"name_en": "Toyota Motor Corp.",
"name_hk": "",
"exchange": "TSE",
"currency": "JPY",
"lot_size": null,
"total_shares": null,
"circulating_shares": null,
"hk_shares": null,
"eps": "283.4305",
"eps_ttm": null,
"bps": null,
"dividend_yield": "0.0272910083309394",
"stock_derivatives": null,
"board": "Consumer Durables"
}
]
}{
"market": "JP",
"remark": "日本股市",
"trade_schedules": [
{
"begin_time": "09:00:00",
"end_time": "11:30:00",
"type": "NormalTrade"
},
{
"begin_time": "12:30:00",
"end_time": "15:00:00",
"type": "NormalTrade"
}
]
}
{
"trade_days": [
"20260202",
"20260203",
"20260204",
"20260205",
"20260206",
"20260209",
"20260210"
],
"half_trade_days": []
}