Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchalinchin committed Sep 13, 2021
1 parent de61162 commit 70d7e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/scrilla/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def parse_price_from_date(self, prices, date, asset_type, which_price):
stat_manager = StatManager(settings.STAT_MANAGER)
price_cache = cache.PriceCache()
stat_cache = cache.StatCache()
div_cache = cache.DividendCache()

def get_daily_price_history(ticker, start_date=None, end_date=None, asset_type=None):
"""
Expand Down
4 changes: 2 additions & 2 deletions src/scrilla/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
'START':'start_date',
'END':'end_date'
},
'SERVICES':{
'PRICE':{
'SERVICE':{
'PRICES':{
'ALPHA_VANTAGE': 'alpha_vantage',
},
'STATISTICS': {
Expand Down

0 comments on commit 70d7e01

Please sign in to comment.