Skip to content

Instantly share code, notes, and snippets.

@tangblack
Created January 29, 2010 16:15
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 tangblack/289851 to your computer and use it in GitHub Desktop.
Save tangblack/289851 to your computer and use it in GitHub Desktop.
# 以下區塊為主程式執行區段:
#
# 查詢參數分別為:
# 開始年(西元)
# 開始月
# 結束年(西元)
# 結束月
# 開始年
# 股票代碼
start_year = 2009
start_month = 10
end_year = 2009
end_month = 10
stock_code_list = [2002, 6285]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment