{"id":27958383,"url":"https://github.com/zwldarren/akshare-one","last_synced_at":"2025-05-07T18:22:52.712Z","repository":{"id":285202738,"uuid":"957002435","full_name":"zwldarren/akshare-one","owner":"zwldarren","description":"Standardized interface for Chinese financial market data, built on AKShare with unified data formats and simplified APIs","archived":false,"fork":false,"pushed_at":"2025-04-19T07:20:17.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T10:03:07.794Z","etag":null,"topics":["akshare","finance-api","financial-data","python","quant","stock-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zwldarren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-29T10:17:14.000Z","updated_at":"2025-04-19T07:20:21.000Z","dependencies_parsed_at":"2025-03-30T09:19:00.507Z","dependency_job_id":"2daef6be-fe63-4379-83f5-3c57d38f79b5","html_url":"https://github.com/zwldarren/akshare-one","commit_stats":null,"previous_names":["zwldarren/akshare-one"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwldarren%2Fakshare-one","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwldarren%2Fakshare-one/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwldarren%2Fakshare-one/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwldarren%2Fakshare-one/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwldarren","download_url":"https://codeload.github.com/zwldarren/akshare-one/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252932072,"owners_count":21827218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akshare","finance-api","financial-data","python","quant","stock-data"],"created_at":"2025-05-07T18:22:52.209Z","updated_at":"2025-05-07T18:22:52.702Z","avatar_url":"https://github.com/zwldarren.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eAKShare One\u003c/h1\u003e\n  \u003cdiv\u003e\n    \u003cstrong\u003eEnglish\u003c/strong\u003e | \u003ca href=\"README_zh.md\"\u003e中文\u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n**AKShare One** is a standardized interface for Chinese financial market data, built as a wrapper around [AKShare](https://github.com/akfamily/akshare) to solve inconsistencies in input/output formats across different data sources.\n\n## ✨ Features\n\n- 📊 Unified stock code formats across data sources\n- 🏗️ Standardized return data structures\n- 🛠️ Simplified API parameters\n- ⏱️ Automatic timestamp and adjustment handling\n\n## 🚀 Core Features\n\n| Feature | Interface |\n|---------|-----------|\n| Historical data | `get_hist_data` |\n| Real-time quotes | `get_realtime_data` |\n| Stock news | `get_news_data` |\n| Financial data | `get_balance_sheet`/`get_income_statement`/`get_cash_flow` |\n| Insider trading | `get_inner_trade_data` |\n\n## 📦 Quick Installation\n\n```bash\npip install akshare-one\n```\n\n## 💻 Usage Example\n\n```python\nfrom akshare_one import get_hist_data, get_realtime_data\n\n# Get historical data\ndf_hist = get_hist_data(\n    symbol=\"600000\",\n    interval=\"day\",\n    adjust=\"hfq\"\n)\n\n# Get real-time data\ndf_realtime = get_realtime_data(symbol=\"600000\")\n```\n\n## 📚 Documentation\n\nDetailed API reference: [docs/api.md](docs/api.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwldarren%2Fakshare-one","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwldarren%2Fakshare-one","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwldarren%2Fakshare-one/lists"}