diff --git a/app/cron_options_flow.py b/app/cron_options_flow.py index 3d39090..a61e6b5 100755 --- a/app/cron_options_flow.py +++ b/app/cron_options_flow.py @@ -50,7 +50,7 @@ def process_page(page): asset_type = 'stock' if ticker in stock_symbols else ('etf' if ticker in etf_symbols else '') - item['assetType'] = asset_type + item['underlying_type'] = asset_type.lower() item['put_call'] = put_call item['ticker'] = ticker item['price'] = round(float(item['price']), 2)