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

A股_当日资金流

GET
/f10/fundflow
最后修改时间:2025-05-27 08:01:30

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/f10/fundflow?symbol=sz000002' \
--header 'Authorization: APPCODE {{APPCODE}}'

返回响应

🟢200成功
application/json
Body

示例
{
  "code": 1,
  "msg": "ok",
  "data": {
    "total_inflow": 1283655170.81,
    "main_net_inflow": 63851831,
    "super_large_inflow": 221431673,
    "super_large_outflow": 196300498,
    "super_large_net_inflow": 25131175,
    "super_large_net_inflow_rate": 1.96,
    "large_inflow": 383365232,
    "large_outflow": 344644576,
    "large_net_inflow": 38720656,
    "large_net_inflow_rate": 3.02,
    "medium_inflow": 359420512,
    "medium_outflow": 403164224,
    "medium_net_inflow": -43743712,
    "medium_net_inflow_rate": -3.41,
    "small_inflow": 297881104,
    "small_outflow": 317989216,
    "small_net_inflow": -20108112,
    "small_net_inflow_rate": -1.57,
    "data_time": "2024-11-29 15:35:00"
  }
}
修改于 2025-05-27 08:01:30
上一页
A股_排行
下一页
A股_F10_融资融券
Built with