phamleduy04 / yahoo-stock-api

💰 NPM package to get stock and historical price from finance.yahoo.com
https://www.npmjs.com/package/yahoo-stock-api
MIT License
35 stars 14 forks source link

[fix] dividends and utc dates #140

Closed colthreepv closed 11 months ago

colthreepv commented 11 months ago

Some stocks would get dividend pays in the page, like this: image

The filter logic should take care of that part.

Also, the dates were subject to the user/server timezone, now they are UTC, they look like 2023-08-07T00:00:00.000Z in any timezone