1.0.2 • Published 8 months ago

@kairoot/psei-cli v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
8 months ago

psei-cli

npm version License: GPL v3

A simple command-line tool for fetching Philippine stock market data. Built with the Phisix API and inspired by pse-tracker-cli.

Table of Contents

Features

  • Fetch real-time and historical stock data from the Philippine Stock Exchange.
  • User-friendly command-line interface.
  • Highly customizable queries.

Prerequisites

  • Node.js: You'll need to have Node.js installed to use psei-cli. Download it here.

Installation

After installing Node.js, you can install psei-cli globally using the following command:

npm install -g @kairoot/psei-cli

Usage

After installation, you can fetch stock data using the following commands:

# To get stock data
psei-cli get-stock <symbol>

# Example
psei-cli get-stock JFC

# To view help
psei-cli --help

# To view command-specific help
psei-cli [command] --help

License

psei-cli is licensed under the GNU General Public License v3.

Sources

Author