BUG/MAINT: Switch over to Google for benchmarking

MAINT: Remove mentions of Yahoo & ^GSPC

MAINT: Fill in missing dates

MAINT/BLD: Rebuild example data to match new benchmark
This commit is contained in:
Freddie Vargus
2017-06-01 23:35:10 -04:00
parent 9fe8076bbc
commit 776677fcdf
9 changed files with 6186 additions and 51 deletions
+1 -1
View File
@@ -1493,7 +1493,7 @@ def patch_read_csv(url_map, module=pd, strict=False):
def copy_market_data(src_market_data_dir, dest_root_dir):
symbol = '^GSPC'
symbol = 'SPY'
filenames = (get_benchmark_filename(symbol), INDEX_MAPPING[symbol][1])
ensure_directory(os.path.join(dest_root_dir, 'data'))