Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 838 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 838 Bytes

Changelog

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

Added

  • Swift library module AlphaVantage:
    • Partial implementation of Stock Time Series functions including TIME_SERIES_INTRADAY, TIME_SERIES_DAILY, and TIME_SERIES_DAILY_ADJUSTED.
  • Command line executable:
    • Basic command line interface.
    • Command sav stock <intraday/daily/daily-adjusted> <symbol> [options]