rcardinaux

Results 4 comments of rcardinaux

Thanks for info @cemal95. Unfortunately, I get the same issue when working with csv and a similar register function.

Also encounter the same issue since I started using Zipline. I am setting manually the country code to 'US' as suggest above every time I ingest new data, but I'm...

If it can help anyone, I solved the issue by feeding the exchanges table directly in the ingest function. It looks like that: ``` exchange = {'exchange': 'NYSE', 'canonical_name': 'NYSE',...

@chunghoony : you can create your own ingest function and save it in the bundle folder of zipline. The path to that folder is the following in my environment: C:\Users\rapha\anaconda3\envs\py35\Lib\site-packages\zipline\data\bundles...