conststocks=awaitstatusInvest.getStocksInfo()// [// {// "Ativo": "BBDC4",// "Empresa": "BANCO BRADESCO",// "Cotação": 20.26,// "P/L": 9.0385,// "P/VP": 1.3442,// "PSR": 2.219,// "Dividend Yield": 5.9418,// "P/Ativo": 0.1408,// "P/Capital de Giro": 2.4567,/...
const statusInvest = require('statusinvest') getStocksInfo const stocks = await statusInvest.getStocksInfo() // [ // { // "Ativo": "BBDC4", // "Empresa": "BANCO BRADESCO", // "Cotação": 20.26, // "P/L": 9.0385, // "P/VP": 1.3442, // "PSR": 2.219, // "Dividend...