Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.
/ chainlink_feeds Public archive

This gets the data from the Chainlink Price feeds in an easy way. Can use either an RPC_URL or the Chainlink Subgraph.

License

Notifications You must be signed in to change notification settings

Cyfrin/chainlink_feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

This gets the data from the Chainlink Price feeds in an easy way. Can use either an RPC_URL or the Chainlink Subgraph.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published