Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
/ coin_prices Public archive

Grab the last price for cyptocoins from multiple sources

Notifications You must be signed in to change notification settings

luigi311/coin_prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coin_prices

This tool utilizes python 3 to grab the latest prices for the coins that are selected. This utilizes the apis provided by the source whether its a public api or a private api. The coin list is currently written in the script. Coin names are current handled utilizing the coin symbols such as eth for etherum and btc for bitcoin. If the output for a coin has the value of 0.0000 then the coin trading pair does not exist on that source

Requirements:

  • python 3

Sources:

  • Coinmarketcap
  • Bittrex
  • Poloniex

Usage:

python3 coin_prices.py coinmarketcap --usd

About

Grab the last price for cyptocoins from multiple sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages