[PYTHON] [Introduction to Systre] Stock price forecast; Monday is weak m (__) m

Since I can get the stock price from Yahoo Finance US, I tried to predict Monday. I will briefly introduce the result.

Japanese stocks (appropriate stocks) are as follows

Almost all stocks are likely to go down even though the stocks are selected appropriately? ?? zm_T24.gif

US stocks (almost high-tech stocks) are:

Many forecasts are up, and some down forecasts are up on Friday the 12th. zm_US6.gif

I was able to acquire individual stock prices with the following code.

Codes other than the following are the same as currency exchange. ** It seems that Yahoo Finance reflects data one day earlier than stooq **.

import pandas_datareader.data as DataReader
stock = '6758.T'
start = dt.date(2020,1,1)
end = dt.date(2020,6,11)
df=DataReader.get_data_yahoo("{}".format(stock),start,end)

Summary

・ I was able to acquire individual stock prices of Japanese stocks from Yahoo Finance.

・ ** As an overall impression, the movement is different from the Mu-Method prediction, so it is necessary to look at the long-term prediction accuracy in the future **.

Recommended Posts

[Introduction to Systre] Stock price forecast; Monday is weak m (__) m
Stock Price Forecast 2 Chapter 2
Stock Price Forecast 1 Chapter 1
[Introduction to Systre] Fibonacci Retracement ♬
Stock price forecast with tensorflow
Python: Stock Price Forecast Part 2
Python: Stock Price Forecast Part 1
Stock price forecast by machine learning is so true Numerai Signals
[Python] My stock price forecast [HFT]
I posted a UNIQLO (Fast Retailing) stock price forecast dataset to Kaggle
Stock price forecast using machine learning (scikit-learn)
Stock price forecast using deep learning (TensorFlow)
Stock Price Forecast with TensorFlow (LSTM) ~ Stock Forecast Part 1 ~
Stock price forecast using machine learning (regression)
4th month to continue making stock price forecast AI for 10 hours a day
Continue to make stock price forecast AI for 10 hours a day 1st month
Is it possible to eat stock price forecasts by machine learning [Implementation plan]
Continue to make stock price forecast AI for 10 hours a day 3rd month