Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenskiy committed Mar 7, 2021
1 parent 9152574 commit b14e3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getMarketDataViaQuandl.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
% data = getMarketDataViaQuandl('LBMA/GOLD', initDate, date(), 'monthly');
%
% Author: Artem Lenskiy, PhD
% Version: 0.932
% Version: 1.13

if(nargin() == 1)
startdate = datetime('1-Jan-2018');
Expand Down
2 changes: 1 addition & 1 deletion getMarketDataViaYahoo.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% data = getMarketDataViaYahoo('AMD', '1-Jan-2018', datetime('today'), '5d');
%
% Author: Artem Lenskiy, PhD
% Version: 0.932
% Version: 1.13
%
% Special thanks to Patryk Dwórznik (https://github.com/dworznik) for
% a hint on JavaScript processing.
Expand Down

0 comments on commit b14e3b6

Please sign in to comment.