Skip to content

lit26/bokeh_fin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bokeh_fin

Plot financial charts using bokeh

import yfinance as yf
import bokeh_fin as bf

stock = "AAPL"

data = yf.download(stock, start="2021-01-01", end="2021-07-01")
data.reset_index(inplace=True)

bfp = bf.plot(stock, data)
bfp.show()

Demo

example

About

Plot financial charts using bokeh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors