Skip to content

Releases: shweshi/terminal-stocks

Bump up node-yahoo-finance2 package

01 Jun 09:44
Compare
Choose a tag to compare

Release: Add feature to display market state in output

17 May 17:46
136a2ce
Compare
Choose a tag to compare
  • This release updates the code to allow for displaying the current market state (open/closed) for a given ticker

Full Changelog: v1.0.17...v1.0.18

Bump up node-yahoo-finance2 package

18 Apr 13:00
Compare
Choose a tag to compare

Release: Update dependency to fix API error

09 May 20:40
Compare
Choose a tag to compare
  • This release updates the yahoo-finance2 npm package to resolve a bug encountered when fetching quotes

Full Changelog: v1.0.15...v1.0.16

Release: Switches API for node-yahoo-finance2

05 Feb 16:58
Compare
Choose a tag to compare
  • This release replaces the custom Yahoo API layer for the node-yahoo-finance2 API library to run queries against. Yahoo Finance started to encrypt the stock market data on their website, which would cause frequent errors in terminal-stocks application, due to the encryption parameters changing every other week. Using node-yahoo-finance2 library instead should improve general reliability.

Full Changelog: v1.0.14...v1.0.15

Release: Fixes issue with certain tickers not working

17 Jan 17:16
Compare
Choose a tag to compare
  • This release fixes an issue mentioned in #15, where certain tickers would not work.

Full Changelog: v1.0.13...v1.0.14

Release: Updates web application URL to https://terminal-stocks.dev/

14 Jan 17:21
Compare
Choose a tag to compare

What's Changed:

  • This release introduces a new URL to fetch terminal-stocks data from the web. From now on you can use https://terminal-stocks.dev/ to fetch data on your favorite stock tickers.

Full Changelog: v1.0.12...v1.0.13

Release: Fixes issue with decryption on source data

14 Jan 11:00
Compare
Choose a tag to compare

What's Changed:

  • Fixes issue with data not being parsed properly, due to source data decryption parameters having changed

Full Changelog: v1.0.11...v1.0.12

Release: Fixes parsing issues with encrypted data from source

30 Dec 13:22
be0f157
Compare
Choose a tag to compare

What's Changed:

  • Fixes issue with data not being parsed properly due to source data now being encrypted

Full Changelog: v1.0.10...v1.0.11

Release: Fixes market summary endpoint

08 Nov 22:14
e3e8f72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10