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
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.
To get a local copy up and running follow these simple example steps.
Install InsiderTrader from pypi
pip install insidertrader
- Clone the repo
git clone https://github.com/tuhinmallick/InsiderTrader.git
- Go to the project directory
cd InsiderTrader
- Install environment or dependecies
or
conda env create -n ENVNAME --file docs/environment.yml
pip install -r requirements.txt
- Import the package in
.py
from insider_eda.eda_base import Exploratory_data_analysis
For more examples, please refer to the Notebook
- Granger casaulty test
- AD Fuller test
- Make package pip installable
- Make readme.rst
See the open issues for a full list of proposed features (and known issues).
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
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
Your Name - @tuhinmallick - tuhin.mllk@gmail.com
Project Link: https://github.com/tuhinmallick/InsiderTrader