Bugfix/fix fear and greed index (#359)

* Fix fear and greed index
* Refactor fear and greed index symbol
   * GF.FEAR_AND_GREED_INDEX -> _GF_FEAR_AND_GREED_INDEX

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-11 11:14:55 +02:00
committed by GitHub
parent 63ee33b685
commit 3c46bde8d5
6 changed files with 21 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ export const currencyPairs: Partial<
export const ghostfolioScraperApiSymbolPrefix = '_GF_';
export const ghostfolioCashSymbol = `${ghostfolioScraperApiSymbolPrefix}CASH`;
export const ghostfolioFearAndGreedIndexSymbol = `${ghostfolioScraperApiSymbolPrefix}FEAR_AND_GREED_INDEX`;
export const locale = 'de-CH';