getter price from refinitiv
Project description
Asklora module for ingestion data
- using credetials from json file
import asklora
portal = asklora.Portal()
# example from json file
portal.set_credentials_from_json("creds.json")
# get rkd client
rkd = portal.get_rkd_client()
# get quote data
aapl =rkd.get_quote("AAPL.O",df=True)
- using credentials from secret key
import asklora
portal = asklora.Portal()
# example from secret key
portal.set_credentials_from_secret(secret)
# get rkd client
rkd = portal.get_rkd_client()
# get quote data
aapl =rkd.get_quote("AAPL.O",df=True)
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
asklora-portal-1.0.3.tar.gz
(3.0 kB
view details)
File details
Details for the file asklora-portal-1.0.3.tar.gz
.
File metadata
- Download URL: asklora-portal-1.0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa8f826e668984daa0e500f0fb6bdcbd7f1ab2b2df9fe521dbc522dc6cf29be1 |
|
MD5 | da09e4f885e71144a5fef2e7d96ec9fe |
|
BLAKE2b-256 | a07aa9775658eb890fd95238538694a710c103ae18051e3925aacb4b0a5f5075 |