Micro-sheep / Micro-sheep/efinance
是否能获取期货持仓量数据?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 755
- PR merge metrics
- No merged PRs in 30d
Description
期货交易中持仓量是比成交量重要的数据,使用 get_quote_history 方法获取期货数据后没有持仓量数据,请问能增加吗?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the get_quote_history method and trace how futures data is fetched and mapped. Check whether the upstream response contains open-interest data, then verify that the returned history exposes it alongside the existing quote fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data, fintech-quant
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100