# 行情_報價
調用地址:http(s)://stock.api51.cn/real
請求方式:GET
返回類型:JSON
# 請求參數
|參數名|類型|必填|最大長度|中文名|描述|
| --- | --- |--- | --- |--- | --- |
|en_prod_code|String|是|2000|產品代碼集|一次最多允許查詢100支代碼|
|fields|String|否|255|字段集合|返回參數 |
# 返回參數
|參數名|類型|最大長度|中文名|描述|
| --- | --- |--- | --- | --- |
|snapshot|Object|行情對象|
|prod_code|String|32|產品代碼|
|snapshot_detail_data|Object|行情詳細對象|
|prod_name|String|60|產品名稱|
|data_timestamp|Integer|10|最后更新時間|
|open_px|Integer|10|開盤價|
|high_px|Integer|10|最高價|
|low_px|Integer|10|最低價|
|last_px|Integer|10|最新價|
|preclose_px|Integer|10|昨收價|
|business_amount|Integer|10|成交數量|
|business_balance|Float|16.2|成交金額|
|shares_per_hand|Integer|10|每手股數|
|bid_grp|String|255|委買檔位|
|offer_grp|String|255|委賣檔位|
|w52_low_px|Integer|10|52周最低價|
|w52_high_px|Integer|10|52周最高價|
|px_change|Integer|10|價格漲跌|
|px_change_rate|Integer|10|漲跌幅|
|amount|Integer|10|持倉量|
|entrust_diff|Integer|16|委差|
|prev_amount|Float|16.2|前余額|
|settlement|Integer|10|今結算價|
|prev_settlement|Integer|10|昨結算|
|market_value|Float|16.2|證券市值|
|circulation_amount|Float|16.2|流通股本|
|circulation_value|Integer|16|流通市值|
|dyn_pb_rate|Integer|8|動態市凈率|
|pe_rate|Integer|10|市盈率|
|entrust_rate|Float|9.4|委比|
|turnover_ratio|Integer|10|換手率|
|vol_ratio|Integer|10|量比|
|amplitude|Integer|10|振幅|
|current_amount|Integer|10|當前數量|
|money_type|String|3|幣種類別|
|trade_status|String|16|交易狀態|
|chi_spelling_grp|String|255|拼音簡稱|
|hq_type_code|String|32|類型代碼|
|ipo_price|Integer|10|IPO價格|
|issue_date|Integer|8|發行日期|
|up_px|Integer|10|漲停價格|
|down_px|Integer|10|跌停價格|
|business_amount_in|Integer|16|內盤成交量|
|business_amount_out|Integer|16|外盤成交量|
|eps|Float|18.4|每股收益(攤薄)|
|bps|Integer|10|每股凈資產|
|iopv|Integer|10|基金凈值|
|exercise_date|Integer|8|行權日期|
|expire_date|Integer|8|到期日|
|exercise_price|Float|12.6|行權價格|
|call_put|String|32|認購認沽|
|min5_chgpct|Integer|10|五分鐘漲跌幅|
|stock_option_underlying_grp|Object|個股期權標的代碼對象|
|gamma_index|Integer|10|gamma指標|
|delta_index|Integer|10|delta指標|
|real_leverage|Integer|10|真實杠桿率|
|option_price|Integer|10|期權定價|
|special_marker|String|10|特殊標志|
|total_shares|Integer|10|總股本|
|avg_px|Integer|10|均價|
|wavg_px|Integer|10|加權平均價|
|debt_fund_value|Integer|10|國債基金凈值|
|fund_t1_date|Integer|10|基金T-1日期|
|fund_t1_value|Integer|10|基金T-1凈值|
|fund_t2_date|Integer|10|基金T-2日期|
|fund_t2_value|Integer|10|基金T-2凈值|
|fund_start_date|Integer|8|基金開始日期|
|fund_type|String|10|基金類別|
|fund_buy_status|Integer|10|基金買狀態|
|fund_sell_status|Integer|10|基金賣狀態|
|fund_assess_change|Integer|10|基金估值漲跌幅|100倍
|fund_real_change|Integer|10|基金實時漲跌幅(|100倍
|index_rise_trend|Integer|10|指數上漲趨勢|多空指標
|index_fall_trend|Integer|10|指數下跌趨勢|強弱度
# 正確返回示例
{
"data": {
"snapshot": {
"fields": [
"data_timestamp",
"shares_per_hand",
"open_px",
"high_px",
"low_px",
"last_px",
"business_amount",
"business_balance",
"offer_grp",
"bid_grp"
],
"600570.SS": [
150305133,
100,
53980,
56000,
52510,
54950,
14465811,
788995643,
"54850,9887,0,54860,1500,0,54900,13300,0,54950,10000,0,54990,800,0,",
"54820,8000,0,54810,2100,0,54800,202900,0,54770,100,0,54720,1200,0,"
],
"000001.SZ": [
153229327,
100,
15560,
15830,
15300,
15480,
170012067,
2634796408,
"15490,93700,0,15500,260609,0,15510,69996,0,15520,87008,0,15530,71400,0,",
"15480,438292,0,15470,149000,0,15460,411400,0,15450,414573,0,15440,303733,0,"
]
}
}
}
- API無憂介紹
- 短信驗證碼接口
- 簽名模板審核標準
- 短信簽名審核規則
- 短信模板審核規則
- 普通短信
- 營銷短信
- 申請簽名的常見問題
- 接口說明
- 單發接口
- 群發接口
- 無參數單發接口
- 代碼示例
- 【測試推薦】純前端ajax代碼
- Python代碼示例
- php代碼示例
- java代碼示例
- curl代碼示例
- ObjectC代碼示例
- C#代碼示例
- 錯誤碼
- 常用模板
- 返回說明
- 頻率限制
- 國際短信價格表
- 在阿里云市場購買的短信接口說明
- 短信調用demo(ajax版)
- 前端代碼
- ajaxsms.php
- php post示例代碼
- 短信計費說明
- 阿里云市場說明
- 阿里云調用次數的說明
- 阿里云市場GET/POST方法
- php版本
- java版本
- python3版本
- ajax版本
- 阿里云店鋪
- 身份證識別接口
- 身份證識別購買說明
- 身份證識別接口請求說明
- 簡道云集成身份證識別接口
- 基金數據接口
- 當前數據查詢
- 歷史數據查詢
- 基金接口存檔
- 金融數據接口
- 產品說明
- 產品代碼表
- 股票代碼
- 股指代碼
- 股指期貨代碼
- 數字貨幣代碼
- 外匯代碼
- 國內期貨代碼
- 國際期貨代碼
- v1產品留檔
- ETF代碼表
- 大宗商品代碼表
- 股指期貨代碼表
- 債券代碼表
- 股指代碼表
- 數字貨幣數據
- 外匯代碼表
- 貴金屬代碼表
- 金融數據圖表代碼下載
- 金融數據返回結果說明
- 金融數據調用代碼(java)
- 金融數據調用代碼(php)
- V2產品留檔
- V3外匯高頻
- 在線調試
- 金融數據報價查詢
- 下線接口留檔
- 新獨立數據平臺
- 報價real
- 分筆tick
- 分時trend
- K線kline
- 資料info
- 個股資料
- 股東資料
- 財務信息
- 所屬板塊
- 資金流fundflow
- 排序sort
- 各市場排序
- 指數排序
- 資金流排序
- 板塊列表排序
- 板塊內個股排序
- 檢索search
- 新聞news
- 新聞列表
- 新聞詳情
- 高速多產品查詢
- 港美股數據接口
- 報價查詢
- 分時圖查詢
- 舊股票數據接口(已下線)
- 股票接口說明
- 實時數據
- K線數據
- 分時數據
- 5日分時
- F10數據查詢
- 公司概況
- 行情_排序
- 滬深股票列表
- 香港股票列表
- 美國股票列表
- 板塊查詢說明
- 期貨列表查詢
- 行情_分筆
- 板塊_關系
- 查詢_除息除權
- 新股日歷
- 滬深資訊簡報
- 股票代碼說明
- 股票常見問題
- 交易狀態
- 股票demo說明
- 支持外匯品種
- 支持期貨品種
- 財經日歷
- 快遞查詢接口
- 快遞公司代碼表
- 快遞查詢代碼(php)
- 快遞查詢返回結果
- 圖形驗證碼識別接口
- 滑塊驗證碼