Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@chriscates/yahoofinance
Advanced tools
![License](https://img.shields.io/badge/license-MIT-blue.svg) ![NPM](https://img.shields.io/badge/version-1.0.4-blue.svg) [![Build Status](https://travis-ci.org/ChrisCates/YahooFinance.svg?branch=master)](https://travis-ci.org/ChrisCates/YahooFinance) [![
A flexible API and Library to aggregate data on Stonks. Use it as a command line tool or an importable library. Compatible with both ES5 and ESNext. This library is completely free to use, licensed under MIT.
Pretty much every Node.js library for Yahoo Finance is straight up out of date and does not work properly. There is a Python library... But, it's meh at best... A lot of people have blogged about it, but, I've found it somewhat underwhelming. Furthermore, introducing Python into a codebase that doesn't use Python can cause technical debt. The intention is for this library to be the best tool out there for Yahoo Finance. So feel free to critique the implementation. It's strictly typed with verbose interfaces and type definitions. It's a production quality implementation.
Install as a global module
npm install @chriscates/yahoofinance --global
# or
yarn add global @chriscates/yahoofinance
Confirm the module works
yf --help
Run commands
yf summary MSFT
...
Read the full documentation at https://yf.chriscates.ca/docs/bash
Install as a local module
npm install @chriscates/yahoofinance
Import library functions
import { GetProfile } from '@chriscates/yahoofinance';
const Profile = await GetProfile('TSLA');
console.log(Profile);
Also, ES5 compatible
const yahoofinance = require('@chriscates/yahoofinance');
Read the full documentation at https://yf.chriscates.ca/docs/library
For those who are familiar with EDGAR and of course the Securities Exchange Commission. I would be ecstatic if you reached out to them asking them if I can improve their codebase for EDGAR. I actually need a lot of that data and making web scrapers for that project is cumbersome and is potentially very redundant given the amount of time it would take to create a full fledged scraper. Instead, creating a real API that fully annotates all SEC Form Filings from EDGAR would be a win/win/win (community/them/me). So please, reach out if you found this library useful. It would be amazing to have something directly from SEC instead of Yahoo Finance.
Don't be afraid to open issues if there are any!
FAQs
![License](https://img.shields.io/badge/license-MIT-blue.svg) ![NPM](https://img.shields.io/badge/version-1.0.4-blue.svg) [![Build Status](https://travis-ci.org/ChrisCates/YahooFinance.svg?branch=master)](https://travis-ci.org/ChrisCates/YahooFinance) [![
The npm package @chriscates/yahoofinance receives a total of 0 weekly downloads. As such, @chriscates/yahoofinance popularity was classified as not popular.
We found that @chriscates/yahoofinance demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.