🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

stock-oracle

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

stock-oracle

Predict stock prices using neural networks trained on historical price data.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Stock Oracle

Predict stock prices using neural networks trained on historical price data.


Mechanism

Uses financialmodellingsprep data API (free upto 250 calls) to fetch historical records, caches data in redis to prevent duplicate calls, trains a NN using brain.js and then predicts future stock prices.


Usage

predict

Install

npm i -g stock-oracle
ENV reference
API_KEY - financialmodellingsprep API key

DB_URL - redis URL (Upstash)


Uninstall

npm uninstall stock-oracle

TBA

  • Cache validation & updation
  • Input credentials on first run

Contributions are welcome, feel free to open a PR.


License

AGPL-3.0 ©️ Zubin

FAQs

Package last updated on 03 Aug 2023

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