Metadata-Version: 2.1
Name: finsights
Version: 0.2.0
Summary: Derive investment insights
Home-page: https://gitlab.com/qiujunda/finsights
Author: Finsights
License: MIT
Description: # Introduction
        
        Finsights is a package to derive financial insights. It aims to covers the multi-facted areas associated with investment research. This includes getting of data from various sources, preprocessing of data, and analysis-related functions to obtain insights.
        
        ## Chapters
        
        1. Data
        
        The `Data` subpackage contains multiple modules used to obtain data. The modules are
        
        - `dapis`: This module contains functions which allow us to obtain data from APIs.
        - `events`: This module contains events which happened in financial history. While it only holds some events currently, more events will be added over time so they can be used for scenario analysis.
        - `utils`: This module contains helper functions which make obtaining of data easier in general.
        
        2. Analysis
        
        The `Analysis` subpackage contains multiple modules used for analysis. The modules are
        
        - `charting`: This module contains general functions that simplify the charting process, especially the more commonly used ones.
        - `modelling`: This module contains functions that simplify the modelling process.
        - `utils`: This module contains helper functions that assist to analyse.
        
        ## Compatibility
        
        This package needs at least Python 3.6 on MacOS.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: MacOS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
