iexcloud icon indicating copy to clipboard operation
iexcloud copied to clipboard

HistoricalDataPoint volume is an int, but should be float64 (JSON unmarshall error)

Open 0x-2a opened this issue 3 years ago • 0 comments

HistoricalDataPoint volumes can be non-integer... See https://sandbox.iexapis.com/stable/stock/aht/batch?types=chart&range=5y&token=Tsk_0d9460b788a04e189e5141a5f1b2c124 (or the prod equivalent).

See https://github.com/goinvest/iexcloud/blob/master/historical.go#L53, should be float64.

0x-2a avatar Dec 10 '20 16:12 0x-2a