Nuestros mejores programadores agotaron sus depósitos de café, por su búsqueda diariamente por la resolución, hasta que Lucián halló la contestación en Bitbucket así que en este momento la comparte aquí.
Ejemplo: python obtener datos de stock
import yfinance as yf
import matplotlib.pyplot as plt
# Get the data for the stock Apple by specifying the stock ticker, start date, and end date
data = yf.download('AAPL','2016-01-01','2018-01-01')# Plot the close prices
data.Close.plot()
plt.show()
Recuerda algo, que tienes la capacidad de parafrasear tu experiencia .
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)