開放式基金凈值實(shí)時(shí)數(shù)據(jù) API 數(shù)據(jù)接口
實(shí)時(shí)凈值锦聊,全量實(shí)時(shí)數(shù)據(jù)当编,包含凈值與增長率。
1. 產(chǎn)品功能
支持所有開放式基金凈值數(shù)據(jù)查詢族壳;
實(shí)時(shí)數(shù)據(jù)憔辫,包含實(shí)時(shí)凈值與增長率信息,16:00 ~ 23:00 更新當(dāng)日數(shù)據(jù)仿荆;
包含前一交易日數(shù)據(jù)贰您;
可傳遞參數(shù)查詢單個(gè)基金的實(shí)時(shí)凈值數(shù)據(jù);
多維指標(biāo)拢操,一次查詢毫秒級返回锦亦;
數(shù)據(jù)持續(xù)更新與維護(hù);
全接口支持 HTTPS(TLS v1.0 / v1.1 / v1.2 / v1.3)令境;
全面兼容 Apple ATS孽亲;
全國多節(jié)點(diǎn) CDN 部署;
接口極速響應(yīng)展父,多臺服務(wù)器構(gòu)建 API 接口負(fù)載均衡返劲;
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ù)類型 | 是否必須 | 默認(rèn)值 | 備注 |
---|---|---|---|---|
appkey | string | 是 | YOUR_APPKEY | 付費(fèi)后獲取的 APPKEY |
symbol | string | 否 | 基金代碼玲昧,如 014220,如不傳遞篮绿,則返回所有基金的實(shí)時(shí)凈值(全量數(shù)據(jù)較大孵延,注意接口響應(yīng)性能) |
4. 返回參數(shù)
參數(shù)名 | 參數(shù)類型 | 備注 |
---|---|---|
DataStatus.StatusCode | int | 接口返回狀態(tài)碼 |
DataStatus.StatusDescription | string | 接口返回狀態(tài)說明 |
DataStatus.ResponseDateTime | string | 接口數(shù)據(jù)返回時(shí)間 |
DataStatus.DataTotalCount | int | 此條件下的總數(shù)據(jù)量,一般用于分頁計(jì)算 |
Data.Symbol | string | 基金代碼 |
Data.FundName | string | 基金中文全稱 |
Data.TimeKey | string | 基金單位凈值日期 |
Data.UnitNetWorth | number | 基金單位凈值 |
Data.AccumulatedNetWorth | number | 基金累計(jì)凈值 |
Data.PreviousUnitNetWorth | number | 上一交易日基金單位凈值 |
Data.PreviousAccumulatedNetWorth | number | 上一交易日基金累計(jì)凈值 |
Data.DailyGrowthValue | number | 基金日增長值 |
Data.DailyGrowthRate | number | 基金日增長率 |
Data.PurchaseStatus | string | 申購狀態(tài) |
Data.RedemptionStatus | string | 贖回狀態(tài) |
Data.Fee | string | 手續(xù)費(fèi) |