stock_individual_fund_flow
Retrieve recent capital flow data for individual stocks by code and market. Track fund inflows and outflows to analyze buying and selling pressure.
Instructions
东方财富网-数据中心-资金流向-个股 https://data.eastmoney.com/zjlx/detail.html :param stock: 股票代码 :type stock: str :param market: 股票市场; 上海证券交易所: sh, 深证证券交易所: sz, 北京证券交易所: bj; :type market: str :return: 近期个股的资金流数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock | No | 600094 | |
| market | No | sh |