We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962c58c commit d4252baCopy full SHA for d4252ba
calculateFloatTurnover.js
@@ -25,6 +25,7 @@ const getFloatTurnovers = (volByDate, totalFloat, startDate, reverse) => {
25
return calculateCycles(daysSubset, totalFloat, reverse);
26
}
27
28
+ throw `${ticker} - Start date ${startDate} not found in data.`;
29
};
30
31
function calculateCycles(volByDate, totalFloat, reverse) {
0 commit comments