Morningstar API Client
Project description
Morningstar API Client 
This project provides a client to the Morningsar Web Services endpoints.
Setup
Install as a dependency using pip:
pip install morningstar
or install from source:
git clone git@github.com:aaaccell/morningstar.git
cd morningstar
python setup.py install
Once installed, a configuration file (config-morningstar.yml or .config-morningstar.yml) is required within your home folder (~). The content can be derived from config-morningstar.yml.dist:
cp config-morningstar.yml.dist ~/.config-morningstar.yml
Usage
from morningstar.morningstar_client import MorningstarClient
client = MorningstarClient()
The most recommended way to use this module is to instantiate MorningstarClient directly, and if necessary extend funcationality using inheritance: class MyMorningstarClient(MorningstarClient).
client.get_instrument_prices(instrument='28.10.F00000JQA9', start_date='01-01-2019', end_date='02-01-2019')
Alternatively, the underlying provider can be accessed using the client instance and therefore provides the full scope of the Morningstar web service API:
client.provider.search({'isin': "CH0038863350"})
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file morningstar-0.3.1.tar.gz.
File metadata
- Download URL: morningstar-0.3.1.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe90b4810b3996c3c50a9ba6d40cc8f289c2d43660b74d9bf5c7a046c8ddedfb
|
|
| MD5 |
0f829d08c8f670e4349fa036bd7531ec
|
|
| BLAKE2b-256 |
caeb9eb53327d5fcd18d1d3637726b798a7850547836eef5b06f17ab02dccec4
|
File details
Details for the file morningstar-0.3.1-py3-none-any.whl.
File metadata
- Download URL: morningstar-0.3.1-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75be040811974d31be506c595544fb25472b0f92f3a6c01de9e45552f8cd7f19
|
|
| MD5 |
af9540cf5a70080969ebb1a5ae045641
|
|
| BLAKE2b-256 |
0af349edeb12dcb29080b2ee8217ec12c15715d194f6dd951c37b50d1e1fc44d
|