stock_hk_valuation_baidu
Retrieve historical valuation metrics for Hong Kong stocks—market cap, P/E, P/B, and price-to-cash-flow—from Baidu Stock Connect for selected periods.
Instructions
百度股市通-港股-财务报表-估值数据 https://gushitong.baidu.com/stock/hk-06969 :param symbol: 股票代码 :type symbol: str :param indicator: choice of {"总市值", "市盈率(TTM)", "市盈率(静)", "市净率", "市现率"} :type indicator: str :param period: choice of {"近一年", "近三年", "全部"} :type period: str :return: 估值数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 近一年 | |
| symbol | No | 06969 | |
| indicator | No | 总市值 |