Fon Karşılaştırma
Daha fazlasını görmek için kaydırın
|
%{{ fund.fundReturn.oneYear }}
Yıllık Getiri
1 Aylık Getiri %{{ fund.fundReturn.oneMonth }}
6 Aylık Getiri %{{ fund.fundReturn.sixMonths }}
|
|||
|---|---|---|---|
| Fon Kodu | {{ fund.fundInformation.code }} | ||
| Fon Adı | {{ fund.fundInformation.name }} | ||
| Fon Büyüklüğü | {{ fund.fundInformation.netAssetValue !== null ? formatMoney(fund.fundInformation.netAssetValue) + ' TL' : '-' }} | ||
| Risk Değeri | {{ fund.fundInformation.riskValue !== null ? fund.fundInformation.riskValue + '/7' : '-' }} | ||
| Benchmark Ölçütü | {{ fund.fundInformation.benchmarkDefination !== null ? fund.fundInformation.benchmarkDefination : '-' }} | ||
| Fon Fiyat ve Getirileri | |||
| 1 Günlük Getiri | {{ fund.fundReturn.oneDay !== null ? '%' + fund.fundReturn.oneDay : '-' }} | ||
| 1 Aylık Getiri | {{ fund.fundReturn.oneMonth !== null ? '%' + fund.fundReturn.oneMonth : '-' }} | ||
| 6 Aylık Getiri | {{ fund.fundReturn.sixMonths !== null ? '%' + fund.fundReturn.sixMonths : '-' }} | ||
| 1 Yıllık Getiri | {{ fund.fundReturn.oneYear !== null ? '%' + fund.fundReturn.oneYear : '-' }} | ||
| 2 Yıllık Getiri | {{ fund.fundReturn.twoYears !== null ? '%' + fund.fundReturn.twoYears : '-' }} | ||
| Fon Fiyatı | {{ fund.price !== null ? fund.price : '-' }} | ||
| Fon Detay | |||