stock_price_js
Retrieve target prices for US or Hong Kong stocks from financial reports. Specify 'us' or 'hk' to get the corresponding target price data.
Instructions
美股目标价 or 港股目标价 https://www.ushknews.com/report.html :param symbol: choice of {"us", "hk"} :type symbol: str :return: 美股目标价 or 港股目标价 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | us |