Skip to main content

stock market, mutual funds, commodities and general investments

Project description

# Mokola This package enables users to download stocks data from Ghana.

## Installation

`python pip install mokola `

## Usage

### Download Specific Stock Data

`python import mokola.stocks.Stocks as stk df = stk.Stocks().download('MTNGH','2021-12-01','2021-12-13') df.head() `

The above returns a Pandas dataframe of MTNGH from the stated dates ‘2021-12-01’ and ‘2021-12-13’ as start and end dates

### Download All Data for a period

You can as well all stocks data like this:

`python import mokola.stocks.Stocks as stk df = stk.Stocks().download(None,'2021-12-01','2021-12-13') df.head() `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mokola-1.1.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

mokola-1.1.3-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page