Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Created February 2, 2016 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanksudo/d99e1414355a9d58bf4c to your computer and use it in GitHub Desktop.
Save hanksudo/d99e1414355a9d58bf4c to your computer and use it in GitHub Desktop.
TWSE - simple demo
#!/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