A small library and CLI for Alpha Vantage Stock and Forex API.
Npm
npm install -g @ragnarpa/alphavantage
Yarn
yarn global add @ragnarpa/alphavantage
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
av stock quote tsla
av forex rate usd eur
- throttling for Free plan
- locking for API key sharing between multiple processes