Skip to content

Commit

Permalink
update yfinance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 23, 2023
1 parent ccddf2b commit 1e5002b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stocks/yfinance/fetch.kg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
;" pip3 install yfinance "
.pyf("yfinance";"download")

:" yfinance returns a pandas dataframe so we need to convert it to a KlongPy table "
data::.pyc(download;[];:{["tickers" "MSFT"] ["start" "2020-01-01"] ["end" "2023-01-01"]})
T::.table(data)

Expand Down

0 comments on commit 1e5002b

Please sign in to comment.