Skip to content

Commit

Permalink
fixing small error, parameters for parsing stock data
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Mar 14, 2024
1 parent eedcb8e commit 1d2919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl_pipelines/finnhub_libraries/finnhub_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_stock_data(symbol: str,
return data

@staticmethod
def parse_stock_data(data: dict, symbol: str) -> dict:
def parse_stock_data(data: dict) -> dict:

payload = {
"previous_close": float(data['pc']),
Expand Down

0 comments on commit 1d2919b

Please sign in to comment.