Socket
Socket
Sign inDemoInstall

@anthony16t/yahoo-data

Package Overview
Dependencies
6
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

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.


Version published
0
Maintainers
1
Install size
8.82 MB
Created
Weekly downloads
 

Readme

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

Last updated on 04 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc