Micro-sheep / Micro-sheep/efinance
SQQQ的日K线,设置了参数fqt=1,但拿到的为未复权数据
Open
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 755
- PR merge metrics
- No merged PRs in 30d
Description

ef.stock.get_quote_history(['SQQQ'], beg='19000101', end='20500101', klt=101, fqt=1)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue through efinance's get_quote_history entry point with SQQQ, klt=101, and fqt=1, using the dates shown. Trace how the fqt parameter is handled for daily data and compare the returned series with unadjusted data; done means fqt=1 returns the expected adjusted K-line values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data, fintech-quant
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100