Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 612 Bytes

File metadata and controls

9 lines (7 loc) · 612 Bytes

Analysis of Financial Time Series

Semi-automatic analysis of a financial series using Python.

➡️ Importing a financial time series via Yahoo Finance API
➡️ Preliminary analysis of the series
➡️ Search for the best ARIMA + GARCH model
➡️ Comparison of the model found with Facebook's Prophet model

The analysis was carried out on the time series of the closing prices of Berkshire Hathaway Inc. (BRK-B) from 01-01-1996 until 14-06-2021. The analysis can be replicated for any time interval and for any stock by modifying the parameters of the function web.DataReader().