node-yahoo-finance icon indicating copy to clipboard operation
node-yahoo-finance copied to clipboard

Yahoo Finance historical quotes and snapshot data downloader written in Node.js

Results 44 node-yahoo-finance issues
Sort by recently updated
recently updated
newest added

Error: Failed to download data (401 - {"finance":{"result":null,"error":{"code":"Unauthorized","description":"Invalid Cookie"}}}) at \code\node-yahoo-finance\lib\quote.js:146:15

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.5.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Getting this message on a get request ` If this happens consistently, Yahoo output has changed and you should open a bug report.` code ``` yahooFinance.historical({ symbol: "AAPL", from: '2012-01-01',...

I've been fetching stocks in a for loop. I notice after about 110 stocks, the fetch no longer is returning any data whatsoever. I am catching any errors and have...

``` Error: Failed to download data (404 - {"quoteSummary":{"result":null,"error":{"code":"Not Found","description":"No fundamentals data found for any of the summaryTypes=summaryDetail,financialData,defaultKeyStatistics,summaryProfile"}}}) at /home/nathan/Downloads/Code_Projects/investing/node_modules/yahoo-finance/lib/quote.js:146:15 at tryCatcher (/home/nathan/Downloads/Code_Projects/investing/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/home/nathan/Downloads/Code_Projects/investing/node_modules/bluebird/js/release/promise.js:547:31) at Promise._settlePromise (/home/nathan/Downloads/Code_Projects/investing/node_modules/bluebird/js/release/promise.js:604:18) at...

Hi there, I love using this API but after looking if the data for forecasted data is available, I'm talking about this section: https://ca.finance.yahoo.com/quote/BCE.TO/analysis?p=BCE.TO Particularily the growth part, if anyone...

Today at work i had to fetch some data from yahoo, i used this lib to do this. But when i was trying to fetch the stock splits, i was...

I'm just trying to run the historical example provided on the mainpage and I keep getting this output: Code: ``` var yahooFinance = require('yahoo-finance'); const api = yahooFinance.historical({ symbol: 'AAPL',...

Started getting the following error today: Failed to get crumb (Error: connect ETIMEDOUT 87.248.107.204:443) How to reproduce: ``` yahooFinance.quote({ symbol: 'TSLA', modules: ['price'] }, function (err, result) { if (err)...

How can i get historical data of last hour?