node-yahoo-finance2
node-yahoo-finance2 copied to clipboard
[BUG] Typings of search results do not contain symbol anymore
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