Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Importjson | 1,950 | 4 months ago | 164 | lgpl-3.0 | HTML | |||||
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet | ||||||||||
Crypto Sheets | 362 | 4 years ago | 8 | gpl-3.0 | JavaScript | |||||
Google Sheets script editor code for managing a cryptocurrency tracking spreadsheet | ||||||||||
Cryptocurrency Portfolio | 144 | 2 years ago | 2 | JavaScript | ||||||
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges | ||||||||||
Hodl Totals | 21 | 3 days ago | 5 | mit | TypeScript | |||||
DIY Crypto Tax transaction tracker & profit/loss calculator. | ||||||||||
Gsbitcoinutils | 4 | 3 years ago | mit | JavaScript | ||||||
Cryptocurrency related Javascript utilities that can be used in Google Sheets spreadsheets | ||||||||||
Cryptogas | 3 | 5 years ago | apache-2.0 | JavaScript | ||||||
This Google Apps Script library provide functions to retrieve values from cryptocurrency marketplace in order to build a portfolio. | ||||||||||
Cryptocurrencyspreadsheetutils | 3 | 5 years ago | 1 | unlicense | JavaScript | |||||
Provides useful functions for Google Sheets to get cryptocurrency prices and information. | ||||||||||
Cryptocurrencyspreadsheetutils | 3 | 6 years ago | JavaScript | |||||||
Cryptocurrency helper utils (like getting Bitcoin price) for Google Sheets | ||||||||||
Cryptoupdate | 2 | 6 years ago | mit | Python | ||||||
Short python script to record data from Nanopool cryptocurrency mining account into Google sheets | ||||||||||
Cryptocurrency Price Tracker | 2 | 5 years ago | mit | JavaScript | ||||||
Track your favourite cryptocurrencies in google sheets using data coinmarketcap.com api. Link to the cryptocurrency price tracker google sheet is here https://goo.gl/zHMNtj |
Google Sheet's automatic update with Google Apps Script (GAS) for a cryptocurrency portfolio
This script updates a google sheet with currency balances extracted from differents exchanges as
It also gives prices coming from Coinmarketcap.com
main.js
and save.Note: Multiple exchanges are allowed
https://www.kraken.com/u/settings/api
https://bittrex.com/Manage#sectionApi
https://www.binance.com/userCenter/createApi.html
https://www.cryptopia.co.nz/Security
https://www.kucoin.com/#/user/setting/api
Warning: KuCoin.com does not provide API permissions. All keys have full access to your funds.
https://www.bitstamp.net/account/security/api/
Receive by email a pdf copy of "Market" sheet each hours or when you want :
MIT License
Copyright (c) August 2017-2021
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.