Package for dataesg data access
Project description
DATAESG
Dataesg Python
This is the official documentation for Dataesg’s Python Package. This package is compatible with python v3+.
Installation
To complete the installation of Dataesg’s Python Package, execute either of the following pip commands from terminal:
$ pip install dataesg
$ pip3 install dataesg
API Configurations
Please use the provided API keys to be able to access our services. Example API Key: 32e6f6c4-33b1-4156-8ae6-8t92e7ab66cc
Using Python to retrieve ESG data
$ import dataesg
$ dataesg.connect(‘32e6f6c4-33b1-4156-8ae6-8t92e7ab66cc’)
$ dataesg.get_sample(metric=[‘Scope_1’,‘Scope_2’],return_type=‘pandas’)
$ dataesg.get_by_ticker(ticker=‘MMM’,return_type=‘pandas’)
$ dataesg.get_by_isin(isin=[‘US88579Y1010’,’SE0000103814’],return_type=‘pandas’)
$ dataesg.get_by_cusip(cusip=‘88579Y101’,return_type=‘numpy’)
$ dataesg.get_by_sedol(sedol=‘2595708’,return_type=‘numpy’)
Parameters
$ metrics - string or list of strings (default: returns all metrics)
$ return_type - either ‘pandas’ or ’numpy’ (default: ‘pandas’)
$ api_key - If not connected previously
License
Project details
Release history Release notifications | RSS feed
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 dataesg-0.0.2.tar.gz.
File metadata
- Download URL: dataesg-0.0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d3aaf2647a9cd8be2a24cbe6bc1488d1a6734eb040053deae8f773af9f3e821
|
|
| MD5 |
83ddfc8eb132c7f1e11e8d7f2f172b9d
|
|
| BLAKE2b-256 |
7e635edb883d89ce9347ee946eb3e891794f0213fa11563d27bb85194c8dfb09
|
File details
Details for the file dataesg-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: dataesg-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4613a67f0d784ebd6cfd59ad6a364a13b8a10eee03497062afeceb79feae95f6
|
|
| MD5 |
4816ee6fbad995e612467769ef2381af
|
|
| BLAKE2b-256 |
c70a0da535666a26bd78d45607fc05ea8e83f3c59eef729c34e9b79e2e97e175
|