Skip to main content

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


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.7.tar.gz (7.9 kB view hashes)

Uploaded Source

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