|
@ -152,10 +152,7 @@ export class EodHistoricalDataService implements DataProviderInterface { |
|
|
}; |
|
|
}; |
|
|
} else { |
|
|
} else { |
|
|
Logger.error( |
|
|
Logger.error( |
|
|
`Could not get historical data for ${symbol} (${this.getName()}) from ${format( |
|
|
`Could not get historical market data for ${symbol} (${this.getName()}) at ${date}`, |
|
|
from, |
|
|
|
|
|
DATE_FORMAT |
|
|
|
|
|
)} to ${format(to, DATE_FORMAT)}`,
|
|
|
|
|
|
'EodHistoricalDataService' |
|
|
'EodHistoricalDataService' |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|