Skip to content

Commit

Permalink
Add comment to Yahoo Finance example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkim committed May 11, 2017
1 parent 02b7da5 commit d977584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/yahoo_finance.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include "../src/RetrieveData.hpp"

/*
Retrieve the NASDAQ Composite (^IXIC) stock data from Yahoo Finance
between 2014-05-08 and 2017-05-05 with interval 1 day.
*/
int main ()
{
stock_crawler::RetrieveDataFromYahooFinance ("^IXIC", "1399474800", "1494169200", "1d");
Expand Down

0 comments on commit d977584

Please sign in to comment.