stock_us_valuation_baidu
Retrieve U.S. stock valuation metrics like market cap, P/E, P/B, and price-to-cash-flow for a chosen period, using Baidu stock data. Supports flexible period selection.
Instructions
百度股市通-美股-财务报表-估值数据 https://gushitong.baidu.com/stock/us-NVDA :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 | NVDA | |
| indicator | No | 总市值 |