Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for int64 deserialisation error in ReportedFinancials #119

Merged
merged 1 commit into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. Fix for int64 deserialisation error in ReportedFinancials

    When calling StockFundamentals.ReportedFinancialsAsync for AAPL getting an error converting the value 1709268016103.4824 into a int64
    
    IEX response 
    
    ``` json
    ...
    "updated":1709268016103.4824
    ...
    ```
    mtf30rob committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    bebd92c View commit details
    Browse the repository at this point in the history