Micro-sheep / Micro-sheep/efinance

get_quote_history测试klt=1异常

Open
#135 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.