1. A股接口
stockapi
  • API 接入指南
  • A股接口
    • A股_实时报价
      GET
    • A股_分时图
      GET
    • A股_K线
      GET
    • A股_K线带复权
      GET
    • A股_K线历史
      GET
    • A股_排行
      GET
    • A股_当日资金流列表
      GET
    • A股_当日资金流
      GET
    • A股_F10_融资融券
      GET
    • A股_F10_公司信息
      GET
    • A股_停牌信息
      GET
    • A股_信息拓展
      GET
  • 沪深接口
    • 沪深_股票信息
    • 沪深_分时成交
    • 沪深_K线接口
    • 沪深_分钟K含均线
    • 沪深_日线换手率
    • 沪深_大盘涨跌数
    • 沪深_股票排行
    • 沪深_板块排行
    • 沪深_板块成分股排行
  • 云豆余量
    GET
  1. A股接口

A股_当日资金流列表

GET
/f10/fundflow/list
最后修改时间:2026-08-24 03:26:34

接口计费 & 基础信息#

计费:1 云豆 / 每次请求
数据更新频率:约 1 分钟
分页配置:每页最大返回 100 条数据
指标定义
  超大单:大于等于50万股或者100万元的成交单;
  大单:大于等于10万股或者20万元且小于50万股和100万元的成交单;
  中单:大于等于2万股或者4万元且小于10万股和20万元的成交单;
  小单:小于2万股和4万元的成交单;

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/f10/fundflow/list?page=1&limit=100&sort=code&asc=1' \
--header 'Authorization: APPCODE {{APPCODE}}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "code": 1,
  "msg": "ok",
  "data": [
    {
      "name": "新易盛",
      "code": "sz300502",
      "total_inflow": 35430385573.5,
      "main_net_inflow": 4419319040,
      "super_large_inflow": 14485747712,
      "super_large_outflow": 9932737024,
      "super_large_net_inflow": 4553010688,
      "super_large_net_inflow_rate": 12.85,
      "large_inflow": 11575554816,
      "large_outflow": 11709246464,
      "large_net_inflow": -133691648,
      "large_net_inflow_rate": -0.38,
      "medium_inflow": 8785379328,
      "medium_outflow": 13190482176,
      "medium_net_inflow": -4405102848,
      "medium_net_inflow_rate": -12.43,
      "small_inflow": "-",
      "small_outflow": 14216082,
      "small_net_inflow": -14216082,
      "small_net_inflow_rate": -0.04,
      "data_time": "2026-07-14 15:34:09"
    },
    {
      "name": "东山精密",
      "code": "sz002384",
      "total_inflow": 23856271061,
      "main_net_inflow": 4181419008,
      "super_large_inflow": 11074554112,
      "super_large_outflow": 6349406208,
      "super_large_net_inflow": 4725147904,
      "super_large_net_inflow_rate": 19.81,
      "large_inflow": 6041134592,
      "large_outflow": 6584863488,
      "large_net_inflow": -543728896,
      "large_net_inflow_rate": -2.28,
      "medium_inflow": 4208452544,
      "medium_outflow": 6749097984,
      "medium_net_inflow": -2540645440,
      "medium_net_inflow_rate": -10.65,
      "small_inflow": 2279122384,
      "small_outflow": 3919896176,
      "small_net_inflow": -1640773792,
      "small_net_inflow_rate": -6.88,
      "data_time": "2026-07-14 15:34:18"
    }
  ]
}
修改于 2026-08-24 03:26:34
上一页
A股_排行
下一页
A股_当日资金流
Built with