tt_fund-master

所属分类:其他
开发工具:Python
文件大小:28KB
下载次数:5
上传日期:2020-03-05 22:41:35
上 传 者bird7907
说明:  本程序从天天基金网采集数据,目前包含5个爬虫: - 一、北向资金每日流向 - 二、北向资金每日前10大流入股 - 三、基金公司情况 - 四、基金排名每日涨跌情况 - 五、大盘(上证指数、创业板指数、深圳成指)涨跌情况
(The program collects data from Tiantian fund. It currently includes 5 crawlers: 1, Daily flow of funds to the North 2, Top 10 inflow stocks of northbound capital daily 3, Fund company 4, Daily rise and fall of fund ranking 5, Market (Shanghai index, growth enterprise market index, Shenzhen Composite Index))

文件列表:
.DS_Store (6148, 2020-01-03)
scrapy.cfg (257, 2020-01-03)
tt_fund (0, 2020-01-03)
tt_fund\.DS_Store (8196, 2020-01-03)
tt_fund\__init__.py (0, 2020-01-03)
tt_fund\__pycache__ (0, 2020-01-03)
tt_fund\__pycache__\__init__.cpython-37.pyc (164, 2020-01-03)
tt_fund\__pycache__\settings.cpython-37.pyc (721, 2020-01-03)
tt_fund\items.py (286, 2020-01-03)
tt_fund\middlewares.py (3597, 2020-01-03)
tt_fund\pipelines.py (287, 2020-01-03)
tt_fund\settings.py (3327, 2020-01-03)
tt_fund\spiders (0, 2020-01-03)
tt_fund\spiders\__init__.py (161, 2020-01-03)
tt_fund\spiders\__pycache__ (0, 2020-01-03)
tt_fund\spiders\__pycache__\__init__.cpython-37.pyc (172, 2020-01-03)
tt_fund\spiders\__pycache__\beixiang.cpython-37.pyc (2626, 2020-01-03)
tt_fund\spiders\__pycache__\beixiang_10stock.cpython-37.pyc (2541, 2020-01-03)
tt_fund\spiders\__pycache__\fund_company.cpython-37.pyc (6542, 2020-01-03)
tt_fund\spiders\__pycache__\fund_earning.cpython-37.pyc (6646, 2020-01-03)
tt_fund\spiders\__pycache__\market_index.cpython-37.pyc (1629, 2020-01-03)
tt_fund\spiders\beixiang.py (3546, 2020-01-03)
tt_fund\spiders\beixiang_10stock.py (3643, 2020-01-03)
tt_fund\spiders\fund_company.py (10843, 2020-01-03)
tt_fund\spiders\fund_earning.py (9443, 2020-01-03)
tt_fund\spiders\market_index.py (2005, 2020-01-03)

# tt_fund 使用必读 笔者有代码洁癖,有更清晰简单的coding方法可以联系我 微信cbj1946599315,特此说明! #### 说明:阅读前可以点击原网址查看爬取的目标样式!(原网址在下面每一点有记录) #### 版本:v1.0.20200101 #### 启动方式:scrapy crawl spider.name 本程序从天天基金网采集数据,目前包含5个爬虫: - 一、北向资金每日流向 - 二、北向资金每日前10大流入股 - 三、基金公司情况 - 四、基金排名每日涨跌情况 - 五、大盘(上证指数、创业板指数、深圳成指)涨跌情况 --- ## 一、北向资金每日流向 原网址:http://data.eastmoney.com/hsgt/index.html - 文件名:beixiang.py - 本程序获取北向资金每日流向 http://data.eastmoney.com/hsgt/index.html - 上海 MarketType=1, 深圳MarketType=3(对应深圳成指) ## 二、北向资金每日前10大流入股 原网址:http://data.eastmoney.com/hsgt/top10/2020-01-02.html - 文件名:beixiang_10stock.py - 本程序获取北向资金每前10股票 http://data.eastmoney.com/hsgt/top10/2019-12-10.html ## 三、基金公司情况 原网址:http://fund.eastmoney.com/Company/default.html - 文件名:fund_company.py 本程序获取基金公司信息 - 1.主页基金列表 http://fund.eastmoney.com/Company/default.html - 2.1基金公司基本信息 http://fund.eastmoney.com/Company/80560392.html - 2.2基金公司股票型和混合型规模、数量、经理数量排名 http://fund.eastmoney.com/Company/home/Gmtable?gsId=80560392&fundType=25 - 2.3基金公司下的基金清单 http://fund.eastmoney.com/Company/home/KFSFundNet?gsid=80560392&fundType=25 - 2.4公司的10大持仓股票 http://fund.eastmoney.com/Company/f10/gscc_80560392.html - 2.5公司下的行业配置 http://fund.eastmoney.com/Company/f10/hypz_80560392.html ## 四、基金排名每日涨跌情况 原网址:http://fund.eastmoney.com/data/fundranking.html - 文件名:fund_earning.py 本程序启动后依次获取以下3个部分内容: - 1.基金每日收益情况 - 2.1基金成立以来每日净值(pageSize写2万一次加载完。一个月就写20) - 2.2基金基本信息 - 2.3基金10大持仓股(可以指定年和指定前10大还是20大) http://fundf10.eastmoney.com/FundArchivesDatas.aspx?type=jjcc&code=320007&topline=10&year=&month= ## 五、大盘(上证指数、创业板指数、深圳成指)涨跌情况 原网址:http://quote.eastmoney.com/zs000001.html - 文件名:文件名market_index.py 本程序启动后依次获取以下部分内容: - 1.上证、深成、创业板指数每日涨跌幅 - http://quote.eastmoney.com/zs000001.html - http://quote.eastmoney.com/zs399001.html - http://quote.eastmoney.com/zs399006.html --- 有意见可以联系我!微信cbj1946599315,特此说明!

近期下载者

相关文件


收藏者