Skip to content

Commit

Permalink
Downloading different GDP releases
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Jun 17, 2021
1 parent 529cc53 commit 3bc2654
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 89 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ individual data providers)
* 0.1.12 - findatapy (06 May 2020)

# Coding log
* 17 Jun 2021
* Can download different GDP releases from Bloomberg, without having to specify overrides
* 03 Jun 2021
* Fix bug in ConfigManager
* 29 May 2021
Expand Down
2 changes: 2 additions & 0 deletions findatapy/market/datavendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def construct_vendor_market_data_request(self, market_data_request):
market_data_request_vendor.tickers = symbols_vendor
market_data_request_vendor.fields = fields_vendor

market_data_request_vendor.old_tickers = market_data_request.tickers

return market_data_request_vendor

def translate_to_vendor_field(self, market_data_request):
Expand Down

0 comments on commit 3bc2654

Please sign in to comment.