Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fund_crawler

重构自项目https://github.com/XDTD/fund_crawler

基金爬虫,爬取天天基金的基金信息、基金经理信息、公司列表

主要URL

  1. 公司列表: http://fund.eastmoney.com/js/jjjz_gs.js
  2. 基金列表:http://fund.eastmoney.com/js/fundcode_search.js
  3. 基金主页面信息:http://fund.eastmoney.com/pingzhongdata/ + code + .js 包括: 净值
  4. 基金信息风控信息:http://fund.eastmoney.com/f10/tsdata_ + code + .html
  5. 基金经理信息:http://fundf10.eastmoney.com/jjjl_ + code + .html

使用方法

进入main.py执行即可

注:除了solve开头的函数依赖于之前函数的下载文件,其他函数之间相互独立无先后顺序可以分别执行

数据量太大只上传部分关键数据

todo

  1. 基金每日净值数据爬取
  2. 数据库连接层实现
  3. 项目结构调整
  4. 使用OOP完全重构
  5. 添加定时任务,迁移至Linux服务器运行

About

基金相关爬虫,包括天天基金、蛋卷基金等

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages