Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anthony16t/yahoo-data

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anthony16t/yahoo-data

``` javascript import YahooData from "@anthony16t/yahoo-data"; const yahooData = new YahooData() ``` All functions return false or api data, alway check to see if returned value is not false.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Scrape data from yahoo finance

--------- Use for leaning only ---------

import YahooData from "@anthony16t/yahoo-data";
const yahooData = new YahooData()

All functions return false or api data, alway check to see if returned value is not false.

Get symbol (stock) website url return false | string(url)

const webUrl = await yahooData.symbolSite('FB')

Get symbols quotes

const quotes = await yahooData.quotes(['FB',"TSLA"])

Get symbols logo from tradingView

const logo = await yahooData.symbolLogo('FB')

------- MODULE NOT FINISHED YET -------

Keywords

FAQs

Package last updated on 04 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc