-
Notifications
You must be signed in to change notification settings - Fork 366
Release Note 0.6.0
FinanceData.KR edited this page Aug 8, 2018
·
3 revisions
import FinanceDataReader as fdr
df = fdr.DataReader(symbol, stat=None, end=None, country=None)
์ฌ๋ณผ์ด ๊ฒน์น๋ ๊ฒฝ์ฐ๊ฐ ์๋ค. ์๋ฅผ ๋ค์ด, ํ๊ตญ๊ฑฐ๋์์ "๋์ฐ"๊ณผ ์ค๊ตญ ์ฌ์ฒ ๊ฑฐ๋์์ "Yihua Healthcare"์ ์ข ๋ชฉ์ฝ๋๋ "000150"๋ก ๊ฐ๋ค. ์ด๋ฐ ๊ฒฝ์ฐ ๋ค์๊ณผ ๊ฐ์ด ๊ตญ๊ฐ์ฝ๋๋ฅผ ์ง์ ํ ์ ์๋ค. (์ง์ ํ์ง ์์ผ๋ฉด ํ๊ตญ 'KR'์ด ๋์ ์ฐ์ ์์๋ฅผ ๊ฐ๋๋ค)
df = fdr.DataReader('000150', '2018-01-01', '2018-03-30') # default: 'KR'
df = fdr.DataReader('000150', '2018-01-01', '2018-03-30', country='KR')
df = fdr.DataReader('000150', '2018-01-01', '2018-03-30', country='CN')
Release Note 0.6.0 2018-08-08
end-of-note
2018-2024 FinanceData.KR | facebook.com/financedata