Skip to content

Commit

Permalink
Update overseas_future_code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koreainvestment authored Dec 27, 2022
1 parent 0d84bb4 commit 562b182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stocks_info/overseas_future_code.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'''해외주식종목코드 정제 파이썬 파일 : ffcode.mst'''
'''해외선물옵션종목코드 정제 파이썬 파일 : ffcode.mst'''

import pandas as pd
import urllib.request
Expand Down Expand Up @@ -58,4 +58,4 @@ def get_overseas_future_master_dataframe(base_dir):
return df

df = get_overseas_future_master_dataframe(base_dir)
print("Done")
print("Done")

0 comments on commit 562b182

Please sign in to comment.