Feature/migrate to yahoo finance2 (#722)
* Migrate to yahoo-finance2 * Add support for mutual funds * Add url to symbol profile * Clean up
This commit is contained in:
@@ -39,11 +39,6 @@
|
||||
<div class="h6 m-0 text-truncate">{{ position?.name }}</div>
|
||||
<div class="d-flex">
|
||||
<span>{{ position?.symbol | gfSymbol }}</span>
|
||||
<span
|
||||
*ngIf="position?.exchange && position?.exchange !== unknownKey"
|
||||
class="ml-2 text-muted"
|
||||
>({{ position.exchange }})</span
|
||||
>
|
||||
</div>
|
||||
<div class="d-flex mt-1">
|
||||
<gf-value
|
||||
|
Reference in New Issue
Block a user