Skip to content

ashioyajotham/Quant

Repository files navigation

Financial-Analysis

  • My journey in analyzing the money markets/quant from stocks, major currencies like the dollar to crypto like BTC or Doge :)

  • Financial data is usually provided in a format that includes:

         - Date
         - Open price
         - High price
         - Low price
         - Closing price
         - Volume
    
  • These data, often referred to as - OHLC Chart Data - can be interpreted as Time Series Data

  • Heavy work involves exploratory data analysis, feature engineering and data cleansing to visualize trends especially during certain periods like 9/11, the pandemic and US elections

Pyscript

  • As we all are aware, is an open source web framework that let's you run Python in the web browser. What many are also not aware, is that you can add Matplotlib visualizations with the help of pyscript-HTML
  • Credits: makeuseofcode

###1: Crypto Forecasting

Trading Algorithm

(Research stage) - coming soon!

######### TODO

  • Web scraping using financial APIs like Yahoo API

  • Predictive modelling

  • image

Sample