基金行情查询

基金行情查询

接口类型:金融理财
接口状态:正常
描述:基金行情查询
  • 1、开放基金查询
  • 接口地址:https://api.jisuapi.com/fund/openquery

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund/openquery?code=008326&date=2026-04-15&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码
    date string 日期

    返回参数:

    参数名称 类型 说明
    classid string 类型ID
    name string 基金名称
    id string 基金ID
    date string 日期
    unit_nav string 单位净值
    acc_nav string 累计净值
    daily_change_pct string 日增长率,数值不含%
    pct_1w string 近1周增长率,数值不含%
    pct_1m string 近1月增长率,数值不含%
    pct_3m string 近3月增长率,数值不含%
    pct_6m string 近6月增长率,数值不含%
    pct_1y string 近1年增长率,数值不含%
    pct_2y string 近2年增长率,数值不含%
    pct_3y string 近3年增长率,数值不含%
    pct_ytd string 今年以来增长率,数值不含%
    pct_since_inception string 成立以来增长率,数值不含%
    pct_custom string 自定义%,数值
    fee string 手续费,如0.15%

    JSON返回实例:

  • 2、ETF/LOF基金查询
  • 接口地址:https://api.jisuapi.com/fund/etflofquery

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund/etflofquery?code=159243&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码

    返回参数:

    参数名称 类型 说明
    time string 时间节点
    open string 开盘
    close string 收盘
    high string 最高
    low string 最低
    volume string 成交量
    amount string 成交额
    change_pct string 涨跌幅
    change_amount string 涨跌额
    amplitude_pct string 振幅
    turnover_rate string 换手率
    code string 基金代码
    name string 基金名称

    JSON返回实例:

  • 3、基金列表
  • 接口地址:https://api.jisuapi.com/fund

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund?list&pagenum=1&pagesize=10&classid=0&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    pagenum string 页码
    pagesize string 每页条数(默认10,最大30)
    classid string 基金类型

    返回参数:

    参数名称 类型 说明
    pagesize string 每页条数
    pagenum string 页码
    total string 总数
    classid string 基金类型
    name string 基金名称
    code string 基金代码

    JSON返回实例:

  • 4、基金详情
  • 接口地址:https://api.jisuapi.com/fund

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund?detail&code=018957&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码

    返回参数:

    参数名称 类型 说明
    code string 基金代码
    name string 基金名称
    fullname string 基金全名
    lastclosingprice string 昨收盘价
    type string 基金类型
    issuedate string 发行日期
    setupdate string 成立日期
    setupsize string 成立规模
    assetsize string 资产规模
    sharesize string 份额规模
    manager string 基金管理人
    custodian string 基金托管人
    fundmanager string 基金经理人
    dividend string 成立来分红
    managefee string 管理费率
    custodianfee string 托管费率
    salefee string 销售服务费率
    maxbuyfee string 最高认购费率
    benchmark string 业绩比较基准
    target string 跟踪标的
    updatetime string 更新时间

    JSON返回实例:

  • 5、基金股票持仓
  • 接口地址:https://api.jisuapi.com/fund

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund?stock&code=015159&year=2024&quarter=1&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码
    year string 年份
    quarter string 季度(1-4)
    pagesize string 每页条数
    pagenum string 页码

    返回参数:

    参数名称 类型 说明
    code string 基金代码
    name string 基金名称
    year string 年份
    quarter string 季度
    pagesize string 每页条数
    pagenum string 页码
    total string 总数
    seq_no string 序号
    pct_net string 占净值比例%
    shares_wan string 持股数万股
    mv_wan string 持仓市值万元
    title string 季度原文标题
    updatetime string 更新时间

    JSON返回实例:

  • 6、基金债券持仓
  • 接口地址:https://api.jisuapi.com/fund

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund?bond&code=000001&year=2025&quarter=1&pagenum=1&pagesize=10&&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码
    year string 年份
    quarter string 季度(1-4)
    pagenum string 页码
    pagesize string 每页条数

    返回参数:

    参数名称 类型 说明
    code string 基金代码
    name string 基金名称
    year string 年份
    quarter string 季度
    pagesize string 每页条数
    pagenum string 页码
    total string 总数
    seq_no string 序号
    bond_code string 债券代码
    bond_name string 债券名称
    pct_net string 占净值比例%
    mv_wan string 持仓市值万元
    title string 季度原文
    updatetime string 更新时间

    JSON返回实例:

  • 7、查询开放基金历史
  • 接口地址:https://api.jisuapi.com/fund

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund?code=000001&startdate=2025-05-01&enddate=2025-05-31&pagesize=10&pagenum=1&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码
    startdate string 开始日期
    enddate string 结束日期
    pagesize string 每页条数
    pagenum string 页码

    返回参数:

    参数名称 类型 说明
    code string 基金代码
    name string 基金名称
    startdate string 开始日期
    enddate string 结束日期
    fqtype string 复权类型
    pagesize string 每页条数
    pagenum string 页码
    total string 总数
    fundid string 基金ID
    date string 日期
    unit_nav string 单位净值
    acc_nav string 累计净值
    daily_change_pct string 日增长率,数值不含%
    pct_1w string 近1周%,数值
    pct_1m string 近1月%,数值
    pct_3m string 近3月%,数值
    pct_6m string 近6月%,数值
    pct_1y string 近1年%,数值
    pct_2y string 近2年%,数值
    pct_3y string 近3年%,数值
    pct_ytd string 今年来%,数值
    pct_since_inception string 成立来%,数值
    pct_custom string 自定义%,数值
    fee string 手续费,如0.15%

    JSON返回实例:

  • 8、查询ETF/LOF基金历史
  • 接口地址:https://api.jisuapi.com/fund

    返回格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://api.jisuapi.com/fund?etflofhistory&code=520500&pagesize=30&pagenum=1&startdate=2025-05-01&pagesize=2025-05-31&appkey=yourappkey

    请求参数:

    参数名称 类型 必填 说明
    code string 基金代码
    pagesize string 每页条数
    pagenum string 页码
    startdate string 开始日期
    enddate string 结束日期

    返回参数:

    参数名称 类型 说明
    code string 基金代码
    name string 基金名称
    startdate string 开始日期
    enddate string 结束日期
    fqtype string 复权类型
    pagesize string 每页条数
    pagenum string 页码
    total string 总数
    fundid string 基金ID
    date string 日期
    openningprice string 开盘价格
    closingprice string 收盘价格
    maxprice string 最高价
    minprice string 最低价
    tradenum string 成交量(手)
    tradeamount string 成交额
    turnoverrate string 换手率
    changepercent string 涨跌幅
    changeamount string 涨跌额
    amplitude string 振幅
    per string 市盈率
    pbr string 市净率
    totalmarket string 总市值
    circulationmarket string 流通市值
    adjustfactor string 复权因子

    JSON返回实例: