Created
February 2, 2016 18:33
-
-
Save hanksudo/d99e1414355a9d58bf4c to your computer and use it in GitHub Desktop.
TWSE - simple demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
http -f POST http://www.twse.com.tw/ch/trading/exchange/FMNPTK/FMNPTKMAIN.php download=csv CO_ID=2103 > 2103.csv | |
iconv -f big5 -t utf-8 2103.csv > 2103-utf8.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment