stock_us_daily
Get US stock daily data from Sina Finance in unadjusted, forward-adjusted (qfq), or adjustment factor formats. Use it to retrieve historical prices and volumes for analysis.
Instructions
新浪财经-美股 https://finance.sina.com.cn/stock/usstock/sector.shtml 备注:
CIEN 新浪复权因子错误
AI 新浪复权因子错误, 该股票刚上市未发生复权, 但是返回复权因子 :param symbol: 可以使用 get_us_stock_name 获取 :type symbol: str :param adjust: "": 返回未复权的数据 ; qfq: 返回前复权后的数据; qfq-factor: 返回前复权因子和调整; :type adjust: str :return: 指定 adjust 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| symbol | No | FB |