{"id":24520446,"url":"https://github.com/raymond0208/global-stock-analysis","last_synced_at":"2025-10-09T12:41:31.586Z","repository":{"id":271661775,"uuid":"913609367","full_name":"raymond0208/global-stock-analysis","owner":"raymond0208","description":"A tool to quickly analyze listed company financial data for smarter investment decision.","archived":false,"fork":false,"pushed_at":"2025-02-14T06:31:26.000Z","size":1893,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T10:50:12.674Z","etag":null,"topics":["cash","cashflow-analysis","corporate-finance","finance","flask","investment","python","stock-analysis","stock-data","streamlit","streamlit-application","yfinance"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raymond0208.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-08T02:39:49.000Z","updated_at":"2025-02-14T06:31:30.000Z","dependencies_parsed_at":"2025-02-14T07:26:23.837Z","dependency_job_id":"a8ce9919-a350-4908-a848-47332e6b0b51","html_url":"https://github.com/raymond0208/global-stock-analysis","commit_stats":null,"previous_names":["raymond0208/stock-cash-analysis","raymond0208/global-stock-analysis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raymond0208/global-stock-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymond0208%2Fglobal-stock-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymond0208%2Fglobal-stock-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymond0208%2Fglobal-stock-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymond0208%2Fglobal-stock-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raymond0208","download_url":"https://codeload.github.com/raymond0208/global-stock-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raymond0208%2Fglobal-stock-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001435,"owners_count":26083078,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cash","cashflow-analysis","corporate-finance","finance","flask","investment","python","stock-analysis","stock-data","streamlit","streamlit-application","yfinance"],"created_at":"2025-01-22T02:22:35.610Z","updated_at":"2025-10-09T12:41:31.553Z","avatar_url":"https://github.com/raymond0208.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stock Analysis Application\n\nA comprehensive stock analysis tool built with Python and Streamlit that provides real-time technical and fundamental analysis of stocks.\n\n## Features\n\n- 🔍 Real-time stock search and create your own stock pool\n![alt text](src/images/stock_pool_light.png)\n- 📊 Auto stock analysis and recommendations algorithms based on latest financial metrics\n![alt text](src/images/Stock_Analysis_light.png)\n- 💰 Macro market evaluation based on latest data\n![alt text](src/images/macro_analysis_light.png)\n- 📑 Export capabilities (Excel and PDF reports)\n![alt text](src/images/Stock_report_PDF.png)\n\n## Quick Start\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd stock-report\n```\n\n2. Create and activate a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Run the application:\n```bash\nstreamlit run app.py\n```\n\n## Documentation\n\nFor detailed usage instructions, please see our [User Guide](docs/user_guide.md).\n\n## Project Structure\n\n```\nstock-report/\n├── src/\n│   ├── components/\n│   │   ├── stock_analysis.py\n│   │   ├── stock_pool.py\n│   │   └── settings.py\n│   ├── models/\n│   │   └── stock_metrics.py\n│   ├── utils/\n│   │   └── storage_manager.py\n│   └── main.py\n├── docs/\n│   └── user_guide.md\n├── requirements.txt\n└── README.md\n```\n\n## Dependencies\n\n- Python 3.12+\n- Streamlit\n- Pandas\n- Plotly\n- yfinance\n- And more (see requirements.txt)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the LICENSE file for details.\n\n## Disclaimer\n\nThis application is for informational purposes only. The analysis and information provided should not be considered as financial advice. Always conduct your own research and consult with financial professionals before making investment decisions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraymond0208%2Fglobal-stock-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraymond0208%2Fglobal-stock-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraymond0208%2Fglobal-stock-analysis/lists"}