This commit is contained in:
hackerESQ
2024-09-01 15:34:55 -05:00
parent d68fc89f75
commit ce4a736101
11 changed files with 117 additions and 62 deletions
+4 -10
View File
@@ -22,16 +22,10 @@ class MarketData extends Model
'fifty_two_week_low',
'forward_pe',
'trailing_pe',
'market_cap'
];
protected $attributes = [
'market_value' => 0,
'fifty_two_week_high' => 0,
'fifty_two_week_low' => 0,
'forward_pe' => 0,
'trailing_pe' => 0,
'market_cap' => 0
'market_cap',
'book_value',
'last_dividend_date',
'dividend_yield'
];
public function holdings()