開放式基金凈值實時數據 API 數據接口
實時凈值,全量實時數據洞拨,包含凈值與增長率。
gugudata_api_cover
1. 產品功能
支持所有開放式基金凈值數據查詢负拟;
實時數據烦衣,包含實時凈值與增長率信息,16:00 ~ 23:00 更新當日數據掩浙;
包含前一交易日數據花吟;
可傳遞參數查詢單個基金的實時凈值數據;
多維指標厨姚,一次查詢毫秒級返回衅澈;
數據持續(xù)更新與維護;
全接口支持 HTTPS(TLS v1.0 / v1.1 / v1.2 / v1.3)谬墙;
全面兼容 Apple ATS今布;
全國多節(jié)點 CDN 部署经备;
接口極速響應,多臺服務器構建 API 接口負載均衡部默;
2. API 文檔
接口詳情: https://www.gugudata.com/api/details/fundopennavrealtime
接口地址: https://api.gugudata.com/fund/open-nav-realtime
返回格式: application/json; charset=utf-8
請求方式: GET
請求協議: HTTPS
請求示例: https://api.gugudata.com/fund/open-nav-realtime?appkey=YOUR_APPKEY&symbol=
數據預覽: https://www.gugudata.com/preview/fundopennavrealtime
接口測試: https://api.gugudata.com/fund/open-nav-realtime/demo
3. 請求參數
參數名 | 參數類型 | 是否必須 | 默認值 | 備注 |
---|---|---|---|---|
appkey | string | 是 | YOUR_APPKEY | 付費后獲取的 APPKEY |
symbol | string | 否 | 基金代碼弄喘,如 014220,如不傳遞甩牺,則返回所有基金的實時凈值(全量數據較大蘑志,注意接口響應性能) |
4. 返回參數
參數名 | 參數類型 | 備注 |
---|---|---|
DataStatus.StatusCode | int | 接口返回狀態(tài)碼 |
DataStatus.StatusDescription | string | 接口返回狀態(tài)說明 |
DataStatus.ResponseDateTime | string | 接口數據返回時間 |
DataStatus.DataTotalCount | int | 此條件下的總數據量,一般用于分頁計算 |
Data.Symbol | string | 基金代碼 |
Data.FundName | string | 基金中文全稱 |
Data.TimeKey | string | 基金單位凈值日期 |
Data.UnitNetWorth | number | 基金單位凈值 |
Data.AccumulatedNetWorth | number | 基金累計凈值 |
Data.PreviousUnitNetWorth | number | 上一交易日基金單位凈值 |
Data.PreviousAccumulatedNetWorth | number | 上一交易日基金累計凈值 |
Data.DailyGrowthValue | number | 基金日增長值 |
Data.DailyGrowthRate | number | 基金日增長率 |
Data.PurchaseStatus | string | 申購狀態(tài) |
Data.RedemptionStatus | string | 贖回狀態(tài) |
Data.Fee | string | 手續(xù)費 |