Metadata-Version: 1.1
Name: mokola
Version: 1.1.9
Summary: stock market, mutual funds, commodities and general investments
Home-page: https://github.com/makkasbed/mokola
Author: Adu Bediako Asare
Author-email: adu.asare@logiclabent.com
License: UNKNOWN
Description: Mokola
        ===========
        This package enables users to download stocks data from Ghana.
        
        Installation
        -------------
        ```bash
        pip install mokola
        ```
        
        Usage
        =============
        Download Specific Stock Data
        -----------------------------
        ```
        import mokola.stocks.Stocks as stk
        df = stk.Stocks().download('MTNGH','2021-12-01','2021-12-13')
        df.head()
        ```
Keywords: python,mokola,stocks,africa,ghana,nigeria,mutual funds,investments,commodities,pension funds
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
