Bitcoin Forum
May 09, 2024, 03:42:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cryptocurrency spreadsheet  (Read 1306 times)
ArpFlush (OP)
Hero Member
*****
Offline Offline

Activity: 623
Merit: 500


View Profile
February 02, 2017, 07:29:43 PM
 #1

Hi all,

Sorry if this was posted in the wrong subforum.
I'm looking for some help with my cryptocurrency spreadsheet. I have made a few columns (cryptocurrency/price/number) and I like to have the "live" price of the currency or token via API calls.

I already found this for bitcoin: =importdata("https://api.bitcoinaverage.com/ticker/EUR/last")
Now I want to find API calls for the other crypto's in my bag. I tried coinmarketcap, polo, kraken, but I don't understand much as I'm not a coder.
Many thanks  Wink

"Panic Selling is not an Investment Strategy"
1715269349
Hero Member
*
Offline Offline

Posts: 1715269349

View Profile Personal Message (Offline)

Ignore
1715269349
Reply with quote  #2

1715269349
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715269349
Hero Member
*
Offline Offline

Posts: 1715269349

View Profile Personal Message (Offline)

Ignore
1715269349
Reply with quote  #2

1715269349
Report to moderator
1715269349
Hero Member
*
Offline Offline

Posts: 1715269349

View Profile Personal Message (Offline)

Ignore
1715269349
Reply with quote  #2

1715269349
Report to moderator
franky1
Legendary
*
Offline Offline

Activity: 4214
Merit: 4475



View Profile
February 02, 2017, 08:14:10 PM
 #2

you have to add this script via google spreadsheet
https://github.com/fastfedora/google-docs/blob/master/scripts/ImportJSON/Code.gs

to enable importJSON.

then in google spreadsheets you can have fun playing with data

=ImportJSON("http://api.cryptocoincharts.info/listCoins", "", "noInherit,noTruncate,rawHeaders")
=ImportJSON("http://api.cryptocoincharts.info/tradingPair/ltc_btc", "", "noInherit,noTruncate,rawHeaders")

other api / addresses apply
https://www.cryptocoincharts.info/tools/api

then you can play around with it

I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
ArpFlush (OP)
Hero Member
*****
Offline Offline

Activity: 623
Merit: 500


View Profile
February 02, 2017, 08:45:56 PM
 #3

you have to add this script via google spreadsheet
https://github.com/fastfedora/google-docs/blob/master/scripts/ImportJSON/Code.gs

to enable importJSON.

then in google spreadsheets you can have fun playing with data

=ImportJSON("http://api.cryptocoincharts.info/listCoins", "", "noInherit,noTruncate,rawHeaders")
=ImportJSON("http://api.cryptocoincharts.info/tradingPair/ltc_btc", "", "noInherit,noTruncate,rawHeaders")

other api / addresses apply
https://www.cryptocoincharts.info/tools/api

then you can play around with it


Thanks, that might help me. I'll try  Wink

"Panic Selling is not an Investment Strategy"
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!