Skip to content

Commit

Permalink
Merge pull request #146 from tsugumi-sys/feature/doesnt-use-order
Browse files Browse the repository at this point in the history
Polygonapi: doesn't use multiple order
  • Loading branch information
tsugumi-sys authored Jun 25, 2024
2 parents 87c9782 + 6dce7d5 commit 6e3ba61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stocklake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present tsugumi-sys <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.10"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion stocklake/polygonapi/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def process(
ticker_financial_data[financial_name] = None # type: ignore
continue
ticker_financial_data[financial_name] = float( # type: ignore
metadata.value * metadata.order
metadata.value
)
for field in PreprocessedPolygonFinancialsData.model_fields:
if field not in ticker_financial_data:
Expand Down

0 comments on commit 6e3ba61

Please sign in to comment.