Micro-sheep / Micro-sheep/efinance

get_all_company_performance 改进建议

Open
#71 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

get_all_company_performance 现在get 所有股票的季报数据 (缺省最新季报), 但比较合理的需求是 get 某一个 股票的 历史所有季报数据

希望添加 get_company_performance('股票代码') 的API 来获取历史所有季报数据

谢谢

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.