Invest Guard is a command-line interface (CLI) tool for fetching and analyzing financial data from various sources. With Invest Guard, you can easily retrieve stock prices, company information, historical data, and more, all from the comfort of your terminal.
- Data Fetching: Fetch real-time and historical data for stocks and other financial instruments.
- Command-Line Interface: Intuitive command-line interface for easy interaction and data retrieval.
- Multiple Data Sources: Support for fetching data from various sources, including Yahoo Finance and others.
- Customization: Flexible command-line options to customize data retrieval, such as specifying ticker symbols, date ranges, and more.
- User-Friendly: Simple and straightforward interface with clear prompts and feedback messages.
- Modular Design: Modular architecture with separate modules for different functionalities, making it easy to extend and maintain.
You can install Invest Guard using pip:
pip install invest-guard
To fetch stock data, simply use the guard fetch
command followed by the appropriate options. For example:
guard fetch --asset-type stock --ticker AAPL -s yahoo -z "United States" --start-date 2022-01-01 --end-date 2022-12-31
For more information on available commands and options, refer to the documentation.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.