Releases: shweshi/terminal-stocks
Releases · shweshi/terminal-stocks
Bump up node-yahoo-finance2 package
Full Changelog: V1.0.18...v1.0.19
Release: Add feature to display market state in output
- 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
Full Changelog: V1.0.16...v1.0.17
Release: Update dependency to fix API error
- 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
- 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
- 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/
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
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
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