Skip to content

Commit

Permalink
EXA remove unused variables. (#12647)
Browse files Browse the repository at this point in the history
The data comes from static CSVs that cover 2003-01-01 to 2007-12-31.
  • Loading branch information
lesteve authored and qinhanmin2014 committed Nov 24, 2018
1 parent 96a804b commit e6e8345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/applications/plot_stock_market.py
Expand Up @@ -85,8 +85,6 @@
# that we get high-tech firms, and before the 2008 crash). This kind of
# historical data can be obtained for from APIs like the quandl.com and
# alphavantage.co ones.
start_date = datetime(2003, 1, 1).date()
end_date = datetime(2008, 1, 1).date()

symbol_dict = {
'TOT': 'Total',
Expand Down

0 comments on commit e6e8345

Please sign in to comment.