Last active
May 24, 2024 13:12
-
-
Save nsulistiyawan/985716ef910586842ddf59967d17dfc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install yfinance plotly pandas | |
import yfinance as yf | |
import plotly.graph_objects as go | |
df = yf.download("NCKL.JK", start="2023-05-22", end="2024-05-22") | |
df.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment