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

[BUG] Typings of search results do not contain symbol anymore

Open dtslvr opened this issue 4 months ago • 0 comments

Bug Report

Describe the bug

When you use search, the typings of quotes do not contain symbol anymore.

Minimal Reproduction

const { quotes } = await yahooFinance.search('AAPL');

console.log(quotes[0].symbol);

Environment

Browser or Node: node Node version: 20.14.0 Library version: 2.13.2

dtslvr avatar Oct 14 '24 14:10 dtslvr