All code related financial stuff.
Some view, thought, and opinion expressed in this code as the result of insight collections are solely for educational purpose.
This is the code to understand OHLCV stock data taken from yahoo finance using EDA approach. The code was created based upon historical data to see how particular stock behave for better decision making of investment. The example using Apple stock (AAPL) from 2016 up to mid September 2021.
This is the same style code apply onto crypto currency to understand OHLCV data taken from yahoo finance using EDA approach. The code was created based upon historical data to see how particular crypto behave for better decision making of investment. The example using Bitcoin (BTC-USD) from 2016 up to mid September 2021.
This code utilizing python package 'investpy' to pull out economic calendar data & S&P500 index price data from investing.com. The objective is to relate percentage change price of index against economic calendar. Getting economic calendar helps to gain more understanding of what might (or might not) contribute to index price.