Skip to content

Instantly share code, notes, and snippets.

@anthonymorast
Created August 17, 2021 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonymorast/a81d8e3b0dcadeb07db531ea2a37cdba to your computer and use it in GitHub Desktop.
Save anthonymorast/a81d8e3b0dcadeb07db531ea2a37cdba to your computer and use it in GitHub Desktop.
from yfapi import YahooFinanceAPI, Interval # fetching data
import datetime
import matplotlib.pyplot as plt # plotting results
import pandas as pd # SMA, STD, data processing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment