0.1.4 • Published 5 years ago
@ragnarpa/alphavantage v0.1.4
alphavantage
A small library and CLI for Alpha Vantage Stock and Forex API.
Installation
Npm
npm install -g @ragnarpa/alphavantageYarn
yarn global add @ragnarpa/alphavantageUsage
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=democd ~
av --helpStock
av stock quote tslaForex
av forex rate usd eurFeatures
- throttling for Free plan
- locking for API key sharing between multiple processes