Skip to content

Releases: jk1mm/stock-market

V1.3.2

21 Dec 02:28
3d05d49
Compare
Choose a tag to compare
  • PATCH Update:
    • crypto data (get_crypto) module
    • update docs / deprecated requirements

V1.3.1

02 Aug 00:52
26c5f41
Compare
Choose a tag to compare
  • PATCH Update:
    • stock health function, using finviz api

V1.3.0

01 Aug 03:47
468f60e
Compare
Choose a tag to compare
  • MINOR Update:
    • Package version update
    • IPO data module, fix several bugs
    • isort addition

V1.2.1.1

28 Apr 04:30
8313d15
Compare
Choose a tag to compare

MINI Update

  • Dependency alert version fix
    • Update in gemlock

V1.2.1

27 Feb 05:45
06a5f1d
Compare
Choose a tag to compare

PATCH Update

  • Update documentation to Jekyll format

V1.2.0

10 Feb 02:43
a39ea81
Compare
Choose a tag to compare

MINOR Update

  • Add Reddit data and analysis:

    • Add connection and get top post data
    • Sentiment analysis
  • Add model directory:

    • NLP model
      • Add NLTK sentiment
    • Classification model:
      • Add ticker detector

V1.1.4

18 Jan 06:46
6b73acc
Compare
Choose a tag to compare

PATCH Update

  • Stock Analysis directory:
    • stock_chart: provide a quick and easy way to analyze the performance of each stock aligned by a date range
      • price and volume comparison

V1.1.3

15 Jan 02:55
ee174ae
Compare
Choose a tag to compare

PATCH Update

  • Stock Analysis directory:
    • stock_profit: function to calculate net gain on a stock buy/sell scenario

V1.1.2

14 Jan 06:28
ee47742
Compare
Choose a tag to compare

PATCH Update

  • Index Analysis: High level summary of index performance and sector categorization
    • Stock categorization summary by industry
    • Index performance for different periodic times
    • Today's top and bottom performing stocks
  • Minor module name changes, relocating variables to constant folder, some test changes

V1.1.1

05 Jan 23:37
5c8423a
Compare
Choose a tag to compare

PATCH Update

  • IPO Analysis: Add individual_summary function
    • In depth report on a specified ticker
    • Plotly chart view on ticker
  • Some variable name changes