開放式基金凈值實時數(shù)據(jù) API 數(shù)據(jù)接口
實時凈值,全量實時數(shù)據(jù),包含凈值與增長率。
1. 產(chǎn)品功能
支持所有開放式基金凈值數(shù)據(jù)查詢;
實時數(shù)據(jù),包含實時凈值與增長率信息,16:00 ~ 23:00 更新當(dāng)日數(shù)據(jù);
包含前一交易日數(shù)據(jù);
可傳遞參數(shù)查詢單個基金的實時凈值數(shù)據(jù);
多維指標(biāo),一次查詢毫秒級返回;
數(shù)據(jù)持續(xù)更新與維護;
全接口支持 HTTPS(TLS v1.0 / v1.1 / v1.2 / v1.3);
全面兼容 Apple ATS;
全國多節(jié)點 CDN 部署;
接口極速響應(yīng),多臺服務(wù)器構(gòu)建 API 接口負載均衡;
2. API 文檔
接口詳情: https://www.gugudata.com/api/details/fundopennavrealtime
接口地址: https://api.gugudata.com/fund/open-nav-realtime
返回格式: application/json; charset=utf-8
請求方式: GET
請求協(xié)議: HTTPS
請求示例: https://api.gugudata.com/fund/open-nav-realtime?appkey=YOUR_APPKEY&symbol=
數(shù)據(jù)預(yù)覽: https://www.gugudata.com/preview/fundopennavrealtime
接口測試: https://api.gugudata.com/fund/open-nav-realtime/demo
3. 請求參數(shù)
| 參數(shù)名 | 參數(shù)類型 | 是否必須 | 默認值 | 備注 |
|---|---|---|---|---|
| appkey | string | 是 | YOUR_APPKEY | 付費后獲取的 APPKEY |
| symbol | string | 否 | 基金代碼,如 014220,如不傳遞,則返回所有基金的實時凈值(全量數(shù)據(jù)較大,注意接口響應(yīng)性能) |
4. 返回參數(shù)
| 參數(shù)名 | 參數(shù)類型 | 備注 |
|---|---|---|
| DataStatus.StatusCode | int | 接口返回狀態(tài)碼 |
| DataStatus.StatusDescription | string | 接口返回狀態(tài)說明 |
| DataStatus.ResponseDateTime | string | 接口數(shù)據(jù)返回時間 |
| DataStatus.DataTotalCount | int | 此條件下的總數(shù)據(jù)量,一般用于分頁計算 |
| 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ù)費 |