Skip to content

Instantly share code, notes, and snippets.

@andyfinity
andyfinity / yfinance_demo.py
Created July 18, 2020 04:56
Example of how to use the yfinance library to fetch mutual fund pricing information.
import yfinance as yf
# Tickers to watch
l = ['BIOPX', 'FBSOX', 'FSCSX']
# Method 1 (includes lots of info that isn't shown)
for symbol in l:
tckr = yf.Ticker(symbol)
print(symbol, tckr.info['previousClose'])

Keybase proof

I hereby claim:

  • I am andyfinity on github.
  • I am andyrussell (https://keybase.io/andyrussell) on keybase.
  • I have a public key whose fingerprint is 1604 550F B007 510D 4AAE 6AF8 2930 5B12 8763 181F

To claim this, I am signing this object:

@andyfinity
andyfinity / designer.html
Last active September 28, 2015 04:11
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">