stock_financial_analysis_indicator
Fetch a stock's financial analysis indicators from Sina Finance for a given symbol and start year to assess profitability, growth, and solvency.
Instructions
新浪财经-财务分析-财务指标 https://money.finance.sina.com.cn/corp/go.php/vFD_FinancialGuideLine/stockid/600004/ctrl/2019/displaytype/4.phtml :param symbol: 股票代码 :type symbol: str :param start_year: 开始年份 :type start_year: str :return: 新浪财经-财务分析-财务指标 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 600004 | |
| start_year | No | 1900 |