Micro-sheep / Micro-sheep/efinance
get_quote_history测试klt=1异常
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 755
- PR merge metrics
- No merged PRs in 30d
Description
测试:
stock.get_quote_history('399006', klt=5, beg='20230703', end='20230704')
返回正常
stock.get_quote_history('399006', klt=1, beg='20230703', end='20230704')
仅返回20230704每分钟数据,没有20230703数据
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
Reproduce the two stock.get_quote_history calls in the issue, then trace that entry point through the Python implementation and its data request. Done means the klt=1 query returns the expected minute data for both 20230703 and 20230704, with regression coverage for the reported date range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- fintech-quant
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100