Skip to content

Commit

Permalink
Minor changes to tick management in Market
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Jul 29, 2021
1 parent 4f0ac72 commit 35d3e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ individual data providers)

# Coding log

* 29 Jul 2021
* Minor changes to `Market` for managing tickers
* 28 Jul 2021
* Improved freeform ticker queries and fixed bug with downloading whole categories
* 22 Jul 2021
Expand Down
2 changes: 2 additions & 0 deletions findatapy/market/market.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def fetch_market(self, md_request=None, md_request_df=None, md_request_str=None,
data_frame = None

if isinstance(md_request, list):
md_request = self.flatten_list_of_lists(md_request)

if len(md_request) == 1:
md_request = md_request[0]

Expand Down

0 comments on commit 35d3e8c

Please sign in to comment.