futures_hold_pos_sina
Fetches futures trading positions for a given contract, date, and metric (volume, long, or short holdings) from Sina Finance, providing structured data for analysis.
Instructions
新浪财经-期货-成交持仓 https://vip.stock.finance.sina.com.cn/q/view/vFutures_Positions_cjcc.php :param symbol: choice of {"成交量", "多单持仓", "空单持仓"} :type symbol: str :param contract: 期货合约 :type contract: str :param date: 查询日期 :type date: str :return: 成交持仓 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20240223 | |
| symbol | No | 成交量 | |
| contract | No | OI2501 |