Skip to content

This repo focuses on predicting specific news/events that lead to an excess return of more than 5% within 48 hours for certain cryptocurrency projects, specifically Ethereum and Solana. The project's main objective is to identify the occurrence of such news or events that can cause significant returns in a short time frame for these crypto projects

License

Notifications You must be signed in to change notification settings

garyzava/excess-return-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict “news/events” that lead to an excess return of >5% within 48 hours for certain crypto projects

Predicting the occurrence of news/events that cause an excess return of more than 5% within 48 hours for specific crypto projects: Ethereum and Solana

Installation

All the code is in a Notebook, there is no requirement.txt to install. All the Data can be downloaded on the fly, it only takes a few seconds for the selected timeframe of 30 monhts.

Dependencies

This project requires the following dependencies:

  • Python 3.7
  • Requests
  • NumPy
  • Pandas
  • JSON
  • Regex
  • Matplotlib
  • Seaborn
  • SciPy
  • Scikit-learn
  • Statsmodels (ta-lib)
  • GoogleNews (pygooglenews)

Usage

To use this project, you may use Google Colab, click on the link below

Open In Colab

Jupyter Notebooks

If you are not using Colab, run the following commands in a cell before going through the Notebook

!pip install numpy
!pip install pandas
!pip install regex
!pip install matplotlib
!pip install seaborn
!pip install scipy
!pip install scikit-learn
%conda install -c conda-forge ta-lib
import talib

#Steps to install pygooglenews
!pip install pygooglenews --no-deps
!pip install feedparser --force
!pip install beautifulsoup4 --force
!pip install dateparser --force
%pip install pygooglenews --no-deps
%pip install feedparser --force
%pip install beautifulsoup4 --force
%pip install dateparser --force
from pygooglenews import GoogleNews

About

This repo focuses on predicting specific news/events that lead to an excess return of more than 5% within 48 hours for certain cryptocurrency projects, specifically Ethereum and Solana. The project's main objective is to identify the occurrence of such news or events that can cause significant returns in a short time frame for these crypto projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published