@ragnarpa/alphavantage
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

alphavantage

A small library and CLI for Alpha Vantage Stock and Forex API.

Installation

Npm

npm install -g @ragnarpa/alphavantage

Yarn

yarn global add @ragnarpa/alphavantage

Usage

CLI

Claim your free API key at https://www.alphavantage.co/support/#api-key.

Store your key in ~/.env file.

Example contents of ~/.env file

ALPHAVANTAGE_KEY=demo
cd ~
av --help

Stock

av stock quote tsla

Forex

av forex rate usd eur

Features

  • throttling for Free plan
  • locking for API key sharing between multiple processes

Readme

Keywords

none

Package Sidebar

Install

npm i @ragnarpa/alphavantage

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

65.8 kB

Total Files

60

Last publish

Collaborators

  • ragnarpa