Sign up
Sign in
from fastquant import get_stock_datajfc = get_stock_data("JFC", "2018-01-01", "2019-01-01")print(df.head())# dt close# 2019-01-01 293.0# 2019-01-02 292.0# 2019-01-03 309.0# 2019-0…
from fastquant import get_stock_data
jfc = get_stock_data("JFC", "2018-01-01", "2019-01-01")print(df.head())
# dt close# 2019-01-01 293.0# 2019-01-02 292.0# 2019-01-03 309.0# 2019-0…
Lorenzo Ampil
James Fulford
Follow
--
1
Share
df is undefined. Try changing df to jfc
Loving Software Engineering
Help
Status
About
Careers
Press
Blog
Privacy
Terms
Text to speech
Teams