stock_cyq_em
Fetch chip distribution data for a stock from East Money concept board daily K-line. Specify a stock symbol and optional adjustment type (qfq, hfq, or none) to get a pandas DataFrame with the results.
Instructions
东方财富网-概念板-行情中心-日K-筹码分布 https://quote.eastmoney.com/concept/sz000001.html :param symbol: 股票代码 :type symbol: str :param adjust: choice of {"qfq": "前复权", "hfq": "后复权", "": "不复权"} :type adjust: str :return: 筹码分布 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| symbol | No | 000001 |