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

Conversation

mtf30rob
Copy link
Contributor

@mtf30rob mtf30rob commented Apr 4, 2022

When calling StockFundamentals.ReportedFinancialsAsync for AAPL getting an error converting the value 1709268016103.4824 into a int64

IEX response

...
"updated":1709268016103.4824
...

When calling StockFundamentals.ReportedFinancialsAsync for AAPL getting an error converting the value 1709268016103.4824 into a int64

IEX response 

``` json
...
"updated":1709268016103.4824
...
```
@vslee vslee added the bug Either the bug, or the bug fix label Apr 4, 2022
@vslee vslee merged commit 1ce5fb6 into vslee:main Apr 4, 2022
@vslee
Copy link
Owner

vslee commented Apr 4, 2022

Thanks for your contribution! It is now incorporated into the latest pre-release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Either the bug, or the bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants