yfinance를 이용하여 Balance Sheet에서 Cash 가져오기

강성수·2022년 7월 3일
post-thumbnail

!pip install yfinance

import pandas as pd
import numpy as np
import yfinance as yf

code = 'TSLA'
company = yf.Ticker(code)

df2 = df.copy()
df2.columns = df2.columns.year
df2
df2.reset_index(drop=True)

profile
Dreamer

0개의 댓글