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: 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T14:01:59.000Z (over 4 years ago)
- Last Synced: 2023-03-04T07:41:34.049Z (over 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

## Run
```
# python3.5+
curl https://raw.githubusercontent.com/casprwang/sse-option-crawler/master/main.py | python3
```
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:

## Source
[Sina stock](http://stock.finance.sina.com.cn/option/quotes.html)
## License
MIT © [Casper Wang](https://casperwang.com)