About The Project
Contents
InsiderTrader
InsiderTrader is a python package that helps in detecting insider trading activities in the stock market.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project#
Insider trading refers to the practice of buying or selling securities by individuals who possess non-public information about a company. This information may include financial results, mergers and acquisitions, or other confidential information that is not yet available to the public. The individuals who engage in insider trading are typically corporate insiders, such as company executives and board members, but it can also include anyone who possesses non-public information.
Getting Started#
To get a local copy up and running follow these simple example steps.
Prerequisites#
This is an example of how to list things you need to use the package and how to install them.
Installation#
Clone the repo
git clone https://github.com/tuhinmallick/InsiderTrader.git
Go to the project directory
cd InsiderTrader
Install environment or dependecies
conda env create -n ENVNAME --file docs/environment.yml
or
pip install -r requirements.txt
Import the package in
.py
from insider_eda.eda_base import Exploratory_data_analysis
Usage#
For more examples, please refer to the Notebook
Roadmap#
Granger casaulty test
AD Fuller test
Feature 3
Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributing#
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
Fork the Project
Create your Feature Branch (
git checkout -b feature/AmazingFeature
)Commit your Changes (
git commit -m 'Add some AmazingFeature'
)Push to the Branch (
git push origin feature/AmazingFeature
)Open a Pull Request
🛡 License#
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
Contact#
Your Name - @tuhinmallick - tuhin.mllk@gmail.com
Project Link: https://github.com/tuhinmallick/InsiderTrader