new
This commit is contained in:
parent
d9a7a46ec7
commit
c5943a36d7
4
app.py
4
app.py
|
|
@ -94,10 +94,10 @@ def load_eth_data():
|
||||||
|
|
||||||
# 1. COBA ONLINE
|
# 1. COBA ONLINE
|
||||||
try:
|
try:
|
||||||
# auto_adjust=True -> Otomatis dapat Open, High, Low, Close, Volume yang bersih
|
|
||||||
df = yf.download(
|
df = yf.download(
|
||||||
ticker,
|
ticker,
|
||||||
start="2024-01-01", # Saya set 2020 agar grafik historisnya panjang
|
start="2024-01-01",
|
||||||
end=date.today() + timedelta(days=1),
|
end=date.today() + timedelta(days=1),
|
||||||
progress=False,
|
progress=False,
|
||||||
auto_adjust=True,
|
auto_adjust=True,
|
||||||
|
|
|
||||||
2893
eth_backup.csv
2893
eth_backup.csv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue