Skip to content

Commit

Permalink
Fix bug in futures volume field
Browse files Browse the repository at this point in the history
  • Loading branch information
virresh committed Jul 18, 2020
1 parent 4560e3b commit f00b7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_client/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def process_fu(weblink, saveloc, d, asPrefix=False):
row['SYMBOL'] = row['SYMBOL'] + '-' + prefix

cname_map = {
'VAL_INLAKH': 'VOLUME',
'CONTRACTS': 'VOLUME',
'OPEN_INT': 'OI'
}
df = df.rename(columns=cname_map)
Expand Down

0 comments on commit f00b7c1

Please sign in to comment.