Micro-sheep / Micro-sheep/efinance
get_all_company_performance 改进建议
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 755
- PR merge metrics
- No merged PRs in 30d
Description
get_all_company_performance 现在get 所有股票的季报数据 (缺省最新季报), 但比较合理的需求是 get 某一个 股票的 历史所有季报数据
希望添加 get_company_performance('股票代码') 的API 来获取历史所有季报数据
谢谢
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 by locating the existing get_all_company_performance implementation and related performance-data entry points. Trace how a stock code and quarterly reports are retrieved, then add the requested single-company historical API. Done means get_company_performance('股票代码') returns that stock's complete historical quarterly performance data and existing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, data, fintech-quant
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100