All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2019-11-27
- Swift library module
AlphaVantage
:- Partial implementation of
Stock Time Series
functions includingTIME_SERIES_INTRADAY
,TIME_SERIES_DAILY
, andTIME_SERIES_DAILY_ADJUSTED
.
- Partial implementation of
- Command line executable:
- Basic command line interface.
- Command
sav stock <intraday/daily/daily-adjusted> <symbol> [options]