pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
488 stars 123 forks source link

context.dispatcher.stores.CrumbStore.crumb structure no longer exists #90

Closed kaischwetz closed 1 year ago

kaischwetz commented 1 year ago

Hey I have been using the module for a while now but since a few weeks I get the following error:

root.Api.main context.dispatcher.stores.CrumbStore.crumb structure no longer exists, please open an issue.

This is my code:

yahooFinance.quote( { symbols: ["MS"], modules: ["price"], }, function (err, quotes) { console.log(quotes) }

Does anyone know how to fix this? Thanks in advance!