
Crypto Currency Rates From The Command Line DistroTube
video description
Date: 2022-03-30
Related videos
Comments and reviews: 9
Manuel
Yahoo finance also has a very handy API that outputs stock data (OHLC) in csv format.
Of course csv is just plain text, so you can format the output with your favourite command line tools such as cut, tail, sed, etc... awk in particular works really well for csv files.
Not only it has data on crypto but also pretty much any stock and other assets. Only offers day level data but it does provide you with the current price. Nice if you want to plot historical prices.
reply
Yahoo finance also has a very handy API that outputs stock data (OHLC) in csv format.
Of course csv is just plain text, so you can format the output with your favourite command line tools such as cut, tail, sed, etc... awk in particular works really well for csv files.
Not only it has data on crypto but also pretty much any stock and other assets. Only offers day level data but it does provide you with the current price. Nice if you want to plot historical prices.
reply
nico
nice, thanks ! ... had that on my todo list for a while
here is a line that works in my conky config and displays XMR in -uros :D
[[
$-color3- XMR $-color1- $-execpi 300 curl eur.rate.sx/xmr -grep end -awk '-print ($8)-' -
]]
(I hope i got execpi right and ping the server every 6 minutes only if not please correct me !)
reply
nice, thanks ! ... had that on my todo list for a while
here is a line that works in my conky config and displays XMR in -uros :D
[[
$-color3- XMR $-color1- $-execpi 300 curl eur.rate.sx/xmr -grep end -awk '-print ($8)-' -
]]
(I hope i got execpi right and ping the server every 6 minutes only if not please correct me !)
reply
Xypher
Beware of the wealth transfers coming between the asset classes. They typically follow large trends across large time periods. Right now property is what everybody is buying, and I heard from someone that it'll soon switch back to precious metals PLUS cryto currencies.
reply
Beware of the wealth transfers coming between the asset classes. They typically follow large trends across large time periods. Right now property is what everybody is buying, and I heard from someone that it'll soon switch back to precious metals PLUS cryto currencies.
reply
Phil
Regarding cryptocurrency prices on the cli I work with ledger (the program if John Wiegley) and a small bash-script updating my prices_db. With that I not only get the prices I am interested but also my current portfolio value. All in all I can highly recommend ledger.
reply
Regarding cryptocurrency prices on the cli I work with ledger (the program if John Wiegley) and a small bash-script updating my prices_db. With that I not only get the prices I am interested but also my current portfolio value. All in all I can highly recommend ledger.
reply
eWorkNOW
Don't know how I bumped onto this. Anyway GREAT content -. I also have been watching those similar from MStarTutorials and kinda wonder how you guys create these vids. MStar Tutorials also had cool info about similiar make money online things on his vids.
reply
Don't know how I bumped onto this. Anyway GREAT content -. I also have been watching those similar from MStarTutorials and kinda wonder how you guys create these vids. MStar Tutorials also had cool info about similiar make money online things on his vids.
reply
Stefan
Hi, since I began watching your videos, I started using qtile and it is extraordinary to be able to make our own widgets , I have even done my own crypto widget as I watch several coins. And know new tools! Thank you!
reply
Hi, since I began watching your videos, I started using qtile and it is extraordinary to be able to make our own widgets , I have even done my own crypto widget as I watch several coins. And know new tools! Thank you!
reply
1MinuteFlipDoc
very cool scripts! Thanks DT! what platform do you use to trade options and stocks? let's see a video on that too! #gamestonk!
reply
very cool scripts! Thanks DT! what platform do you use to trade options and stocks? let's see a video on that too! #gamestonk!
reply
Corey
Do you know of any CLI crypto trackers that have, Live Price Updating/Charting ? Or maybe a CLI crypto/Stocks combo tracker app?
reply
Do you know of any CLI crypto trackers that have, Live Price Updating/Charting ? Or maybe a CLI crypto/Stocks combo tracker app?
reply
Joshua
Yeah I'll continue to use my American Dollars since I still can't buy a bottle of milk at my grocery store with crypto yet
reply
Yeah I'll continue to use my American Dollars since I still can't buy a bottle of milk at my grocery store with crypto yet
reply
Add a review, comment
Other channel videos















