Skip to content

Instantly share code, notes, and snippets.

@nsulistiyawan
Last active May 24, 2024 13:12
Show Gist options
  • Save nsulistiyawan/985716ef910586842ddf59967d17dfc1 to your computer and use it in GitHub Desktop.
Save nsulistiyawan/985716ef910586842ddf59967d17dfc1 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
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