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.5.tar.gz
(7.6 kB
view details)
File details
Details for the file asklora-portal-1.0.5.tar.gz
.
File metadata
- Download URL: asklora-portal-1.0.5.tar.gz
- Upload date:
- Size: 7.6 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 | 0816a695e279b08c06eaf2b1f9c2a0fec7d676dcb5139ebcbc4d0d8eb2050e15 |
|
MD5 | 3dbbd96abfc675d9f2a440e1ec526bac |
|
BLAKE2b-256 | 67c9a144e564d58e4295f3dbb703fbe7578867199893d3777ca30aa5cea7bc33 |