cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.7k stars 206 forks source link

Fields in request are ignored #6

Closed kalaytan closed 7 years ago

kalaytan commented 7 years ago

changing 'fields=['bid', 'ask']' doesn't change output in:

md_request = MarketDataRequest(start_date='14 Jun 2016', finish_date='16 Jun 2016',
                                   category='fx', fields=['bid', 'ask'], freq='tick', 
                                   data_source='dukascopy', tickers=['GBPUSD'])
kalaytan commented 7 years ago

I'm going to push the fix. just created a ticket to better document the issue.