Gadi Cohen

Results 475 comments of Gadi Cohen

Hey @DIVYA-19, thanks for reporting. Can you try with `yahoo-finance2`? (You'll need to read [UPGRADING.md](https://github.com/gadicc/node-yahoo-finance2/blob/devel/docs/UPGRADING.md) first). This works for me (using yahoo-finance2): ```bash $ yahoo-finance historical AAPL '{"period1":"2012-01-01","period2":"2022-12-31"}' [ {...

Hi yes this sounds like nothing to do with the library specifically. In the worst case, perhaps they are indeed trying to curtail requests origination from hosting providers, but probably...

Haha really? Never even thought to try this. They may well have removed it. I'm away until next week but will take a look then. Thanks for reporting! On Wed,...

Hey @MichaelDeBoey thanks for the nudge. Unfortunately something's up with my test setup, so it might take me a little while longer to get started on this. But in any...

Hey @kjohannessen, since some changes Yahoo made about two weeks ago, there has been some random instability on some of their servers. I added this issue to the issues we're...

Hey @Rafael-Silva-Oliveira You need to decide if you want to get the data via callback or from a promise. You're mixing both. So you either want: ```js // Callback yahooFinance.historical(options,...

Hey @vinayv-456 and @tonyxu-io, thanks for reporting. We've addressed this in node-yahoo-finance2. The [UPGRADING.md](https://github.com/gadicc/node-yahoo-finance2/blob/devel/docs/UPGRADING.md) doc should help you move over.

Great stuff. Thanks for reporting back 🙏

Hey @simoneb, thanks for the report and getting this on our radar. Unfortunately this is a little more complicated than it appears, as we don't use punycode directly in the...

Hey again @simoneb; thanks for all your time and research here :pray: Ok that sounds really positive. `psl` is used by `tough-cookie`. We're using their latest stable release of that...