Skip to main content

Python module to get price and other data from the decentralized chainlink community resources

Project description

chainlink_feeds

A way to pull data from the Chainlink Price Feeds for analytics, algorithmic trading models, or else

Quickstart

Install:

pip install chainlink_feeds

You'll need a MNEMONIC and RPC_URL environment variable.

from chainlink_feeds import ChainlinkFeeds

cf = ChainlinkFeeds(network='KOVAN', pari='ETH_USD')
print(cf.get_latest_round_data(network=network, pair=pair))

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

chainlink_feeds-0.2.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

chainlink_feeds-0.2.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

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