Skip to content

Commit

Permalink
docs::notebook: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackluson committed Mar 8, 2021
1 parent 9561e91 commit 9858170
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# 晨星基金列表数据爬取
# 晨星基金数据爬取

### 前言

晨星网,国际权威评级机构 Morningstar 的中国官方网站,所以它的基金评级是很有参考性的。该仓库则是爬取晨星网筛选列表,包括基金代码,基金专属代码,基金分类,三年评级,五年评级等,有了这些基本数据,为了爬取基金详情页,基金筛选等铺好数据基础。
晨星网,国际权威评级机构 Morningstar 的中国官方网站,所以它的基金评级是很有参考性的。

基金爬取数据截图:
### 数据爬取

<img src="./screenshot/fund_result.png" style="zoom:50%;" />
#### 1.晨星列表数据

> 爬取晨星网筛选列表,包括基金代码,基金专属代码,基金分类,三年评级,五年评级这些维度等,有了这些基本数据,为了爬取基金详情页,基金筛选等铺好数据基础。
列表爬取数据截图:

<img src="./screenshot/fund_list.png" style="zoom:50%;" />

#### 2. 晨星基金详情页数据

> 爬取基金详情页的数据, 根据`晨星列表数据` 数据,遍历爬取单支基金的详情页数据(包括名称,代码,分类,成立时间,基金公司)等维度,后续还有根据这些数据爬取基金的持仓信息,为后面筛选股票做好进一步铺垫
<img src="./screenshot/fund_base.png" style="zoom:50%;" />

### 技术点

Expand Down
Binary file added screenshot/fund_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 9858170

Please sign in to comment.