This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Returns Market Value From Coingecko api | |
* Function accepts ranges as well, please use it to reduce server lookups, so it fetches data only once. | |
* Update: 17.02.2020 | |
* | |
* @param {string} symbol pair (required) | |
* @param {string} Default Value Missing Data (optional) | |
* @return {number} ticker price | |
* @customfunction | |
**/ |