python code for fast downloading all stocks data
Budget $10-30 CAD
- Freelancer
- Emplois
- Python
- python code for fast downloading all stocks data
you provide plain only python code to downloads all stocks
do it faster than
[login to view URL]
free db data
use not yahoo
use not yfinance ; pip download yfinance
since yfinance stopped to work, then i need to find something else with the same functionality
for example for last 2 days each 5 minutes data
import yfinance as yf
ticker = "SPY"
data = [login to view URL](tickers=ticker, period='2d', interval='50m')
with the same options
data = [login to view URL]( # or pdr.get_data_yahoo(...
# tickers list or string as well
tickers = "SPY AAPL MSFT",
# use "period" instead of start/end
# valid periods: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max
# (optional, default is '1mo')
#period = "ytd",
period = "5d",
# fetch data by interval (including intraday if period < 60 days)
# valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo
# (optional, default is '1d')
interval = "1m",
# group by ticker (to access via data['SPY'])
# (optional, default is 'column')
group_by = 'ticker',
# adjust all OHLC automatically
# (optional, default is False)
auto_adjust = True,
# download pre/post regular market hours data
# (optional, default is False)
prepost = True,
# use threads for mass downloading? (True/False/Integer)
# (optional, default is True)
threads = True,
# proxy URL scheme use use when downloading?
# (optional, default is None)
proxy = None
)
data needed for NYSE
0
open today
1
historical open
2
historical close
3
volume
4
maximum today
5
minimum today
6
list all stocks
show why you code is better than
[login to view URL]
Décerné à:
Hi there – I hope you're doing well. I'm happy to see that there's a job that 100% fits for me. I've done this project in production level to forecast stock market movements using Time-series. I can brings to you any d Plus
2 freelances font une offre moyenne de 20 $ pour ce travail
Hi, I have full skills in Python code for fast downloading all stocks data I am ready for your job. Please get in touch with me, thanks for your time Saim