The Spacewink Terminal is a (Under Developed )command-line tool designed to provide advanced financial analysis and data visualization for traders and investors.
- Fundamental Analysis: Provides detailed company information and financial metrics, including income statements, balance sheets, and cash flow statements.
- Insider Info: Provides insider transactions and holdings information.
- Market Data: Provides real-time market data and historical price information.
- Technical Analysis: Provides various technical indicators and charts, including moving averages, relative strength index, and Bollinger Bands.
- Data Visualization: Provides interactive charts and histograms to visualize data.
- News Aggregator: Provides a news aggregator to get the latest financial news for a specific company or market.
- Customizable: Users can customize the terminal to their liking, including changing color schemes and adding or removing specific features.
Follow these steps to install and run the Spacewink Terminal:
- Clone the repository:
- Install the required dependencies:
- Run the terminal:
git clone https://github.com/AnandDamdiyal/Spacewink-Terminal-.git
pip install -r requirements.txt
python main.py
After launching the Spacewink Terminal, use the following commands to navigate and use the different features:
help
: Display a list of available commands and their usage.fundamental_analysis [ticker]
: Display fundamental analysis information for a specific company.insider_info [ticker]
: Display insider transactions and holdings information for a specific company.market_data [ticker]
: Display real-time market data and historical price information for a specific company.technical_analysis [ticker]
: Display various technical indicators and charts for a specific company.visualize [ticker]
: Display interactive charts and histograms to visualize data for a specific company.news [query]
: Display the latest financial news for a specific company or market.config
: Customize the terminal settings, including color schemes and available features.quit
: Exit the Spacewink Terminal.
Contributions to the Spacewink Terminal are always welcome. Please follow the guidelines listed in CONTRIBUTING.md for submitting pull requests or bug reports.
The Spacewink Terminal is licensed under the MIT License. See LICENSE for more information.