Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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期权数据爬虫

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)