Skip to content

Releases: shweshi/terminal-stocks

v1.0.20

Choose a tag to compare

@shweshi shweshi released this 07 May 10:16
ed3ccc2

What's Changed

  • Upgrading yahoo-finance2 from 2.11.3 to 2.12.4 by @pgebert in #27

New Contributors

Full Changelog: v1.0.19...v1.0.20

Bump up node-yahoo-finance2 package

Choose a tag to compare

@chris-hmmr chris-hmmr released this 01 Jun 09:44

Full Changelog: V1.0.18...v1.0.19

Release: Add feature to display market state in output

Choose a tag to compare

@chris-hmmr chris-hmmr released this 17 May 17:46
136a2ce
  • 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

Choose a tag to compare

@shweshi shweshi released this 18 Apr 13:00

Full Changelog: V1.0.16...v1.0.17

Release: Update dependency to fix API error

Choose a tag to compare

@chris-hmmr chris-hmmr released this 09 May 20:40
  • 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

Choose a tag to compare

@chris-hmmr chris-hmmr released this 05 Feb 16:58
  • 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

Choose a tag to compare

@chris-hmmr chris-hmmr released this 17 Jan 17:16
  • 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/

Choose a tag to compare

@chris-hmmr chris-hmmr released this 14 Jan 17:21

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

Choose a tag to compare

@chris-hmmr chris-hmmr released this 14 Jan 11:00

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

Choose a tag to compare

@chris-hmmr chris-hmmr released this 30 Dec 13:22
be0f157

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