python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do you get USD JPY currency Data using yfinance API
Hi I am trying to get forex data from yahoo finance but keep getting errors so far what i did is:
USD_JPY = yf.Ticker("USDJPY=X")
hist = USD_JPY(period="max")
GET THE FOLLOWING MO...
Zndjld Ahmed
Votes: 0
Answers: 1
yfinance date type store to mysql
i have a issue while import yfinance data to mysql database. Here's the codes:
ystock_list = ['ZSL','ZROZ']
df = yf.download(ystock_list, group_by='Ticker',start='2021-12-01',end='2021-12-31',threads=...
Brian Tung
Votes: 0
Answers: 0
Weekly Sample Moving Average
I am trying to get the data from yahoo finance (yfinance) and calculate the simple moving average(SMA) but it only works for daily data instead of weekly data. Daily data of SMA returned calculated SM...
Ma Kurties
Votes: 0
Answers: 1
Yfinance and Google Sheets empty dividend table
All,
Background: I have a python script I made to pull info from yfinance and make updates to a Google Sheets file regarding given tickers. When it comes to the dividend history of a stock, I can pull...
Tony
Votes: 0
Answers: 0