Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
apps/client/src/app/pages/api/api-page.component.ts
|
|
@ -40,8 +40,8 @@ export class GfApiPageComponent implements OnInit { |
|
|
|
this.apiKey = prompt($localize`Please enter your Ghostfolio API key:`); |
|
|
|
|
|
|
|
this.dividends$ = this.fetchDividends({ symbol: 'KO' }); |
|
|
|
this.historicalData$ = this.fetchHistoricalData({ symbol: 'AAPL.US' }); |
|
|
|
this.quotes$ = this.fetchQuotes({ symbols: ['AAPL.US', 'VOO.US'] }); |
|
|
|
this.historicalData$ = this.fetchHistoricalData({ symbol: 'AAPL' }); |
|
|
|
this.quotes$ = this.fetchQuotes({ symbols: ['AAPL', 'VOO.US'] }); |
|
|
|
this.status$ = this.fetchStatus(); |
|
|
|
this.symbols$ = this.fetchSymbols({ query: 'apple' }); |
|
|
|
} |
|
|
|