This commit is contained in:
hackerESQ
2025-04-12 20:03:40 -05:00
parent 56064ad84e
commit 5eab00ee33
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -119,6 +119,8 @@ class Dividend extends Model
dump('4. got market data for '.$symbol);
// todo: use this for start_date - $dividend_data->first()->get('date')
// get historic conversion rates
$rate_to_base = CurrencyRate::timeSeriesRates($market_data->currency, $dividend_data->first()->get('date'), $end_date);