Commit Graph

3 Commits

Author SHA1 Message Date
tigerenwork 69e688deab feat: add demo script for data acquisition using Baostock
- Implemented a complete demo for fetching A-share stock and index data using Baostock.
- Included login/logout mechanism, data fetching for selected stocks and indices, and data cleaning processes.
- Added functionality to store cleaned data into CSV files.
- Provided detailed comments and print statements for user guidance and understanding.
2026-06-08 09:05:24 +08:00
tigerenwork 5f7537a01d Refactor code structure for improved readability and maintainability 2026-06-07 22:52:48 +08:00
tigerenwork b03a8f7dda feat: add demo script for Tushare Pro data acquisition
- Implemented a comprehensive demo for acquiring financial data using Tushare Pro.
- Included sections for registration, token configuration, and data fetching for A-shares, indices, and fundamental data.
- Added data cleaning and alignment processes, along with local database construction.
- Provided a comparison between Tushare and AKShare, highlighting key differences and use cases.
2026-06-07 15:33:37 +08:00