You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to use the API: the lookup function no longer works but the history function works as expected. I've used this back in 2019 and everything worked fine.
My code
var stockAPI = require('yahoo-stocks');
stockAPI.lookup('AAPL').then(response => {
console.log(response);
});
This is the output:
The text was updated successfully, but these errors were encountered:
Tried to use the API: the lookup function no longer works but the history function works as expected. I've used this back in 2019 and everything worked fine.
My code
This is the output:
The text was updated successfully, but these errors were encountered: