Skip to content

Commit

Permalink
Update Polygon-API-Connector2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowheights authored Jan 14, 2022
1 parent 65c71f8 commit 964bafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Polygon-API-Connector2.1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def stockdownloader(stock, startdate, enddate):
df = pd.DataFrame(storage)
print("dataframe her: ", df)

# print("df lavet ud fra 'futures' listen: ", df)
# print("df based on 'futures' list: ", df)
# print('total pages of stock data: ', totalpages)


Expand All @@ -100,7 +100,7 @@ def innerfunction(response, stock, item):
'marketcap': marketcap}

# json_list.append(json_element)
# print("json_list testprint her: ", json_element)
# print("json_list testprint here: ", json_element)
return (json_element)

# dflist.append(pd.DataFrame(json_list) )
Expand Down

0 comments on commit 964bafa

Please sign in to comment.