Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casprwang/sse-option-crawler
SSE 50 index options crawler 上证50期权数据爬虫
https://github.com/casprwang/sse-option-crawler
crawler python python3 sina stock stock-market stocks
Last synced: about 1 month ago
JSON representation
SSE 50 index options crawler 上证50期权数据爬虫
- Host: GitHub
- URL: https://github.com/casprwang/sse-option-crawler
- Owner: casprwang
- License: mit
- Created: 2017-09-11T08:00:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T14:01:59.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T07:41:34.049Z (almost 2 years ago)
- Topics: crawler, python, python3, sina, stock, stock-market, stocks
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 20
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSE Option Crawler
![demo](https://user-images.githubusercontent.com/19645990/30264586-26db6dfa-96a7-11e7-9fa3-10202f26a90f.png)
## Run
```
# python3.5+
curl https://raw.githubusercontent.com/casprwang/sse-option-crawler/master/main.py | python3
```![](https://user-images.githubusercontent.com/19645990/30264451-b5f1b04a-96a6-11e7-9400-4f139714e016.png)
Depending on your network, it might take up to a few minutes, be patient.
## Output
Once finished, you will get a CSV file named `sse_option_data.csv` with a structure like this:
![](https://user-images.githubusercontent.com/19645990/30264542-fdd77944-96a6-11e7-84cb-dc863e8ab2b1.png)
## Source
[Sina stock](http://stock.finance.sina.com.cn/option/quotes.html)
## License
MIT © [Casper Wang](https://casperwang.com)