achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.94k stars 264 forks source link

Support additional cryptocurrencies #212

Closed krzyk closed 2 years ago

krzyk commented 2 years ago

Problem Statement Yahoo Finance doesn't have all the cryptocurrencies, e.g. TONCOIN, or PLANETS.

Proposed Solution Use another source for crypto that is not found in Yahoo, e.g. cryptocompare, for PLANETS-USD: https://min-api.cryptocompare.com/data/price?fsym=PLANETS&tsyms=USD

Alternatives Sit and wait for Yahoo adds less popular cryptocurrencies?

achannarasappa commented 2 years ago

Thanks for the suggestion! This makes sense to me to add and there's already some foundational code in place to support multiple data sources.

achannarasappa commented 2 years ago

Added in the latest release