Skip to main content

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

Project description

chainlink_feeds

PyPI version Average time to resolve an issue Percentage of issues still open

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 an RPC_URL environment variable.

from chainlink_feeds import ChainlinkFeeds

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

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

Uploaded Source

Built Distribution

chainlink_feeds-0.2.3-py3-none-any.whl (2.6 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