Skip to content

Releases: frossm/quoter

Release - v4.0.4

07 Apr 21:15
Compare
Choose a tag to compare

Release Notes

  • This release hopes to improve the index scaping to be more accurate. Financial websites are getting more complex and it's harder to simply extract the values you need. My testing has been successful with the current confirmation.

  • Added the -l switch to display the currently saved favorites

If you encounter any issues, please post them in the Issues section of Quoter.

Release - v3.0.2

28 Mar 21:08
Compare
Choose a tag to compare

Release Notes:

Correct a bug. I had swapped the Index 52 Week High and Low numbers. They have been corrected.

Release - v3.0.0

28 Mar 19:32
Compare
Choose a tag to compare

Release Notes:

Quoter now displays the 52 Week Low, High, and Percentage change from the low vale. This is calculated by taking:

(52W High - 52W Low) / 52W Low

Release - v2.7.16

01 Mar 17:40
Compare
Choose a tag to compare

Release Notes

Very small update - no need to download if you are happy with the current version

  • Updated my library as well as the Google gson library
  • Updated color of the low and high values in the Trend (-t) display
  • Simplified the current token usage output (-I)

Release - v2.7.15

07 Jan 17:44
Compare
Choose a tag to compare

Release Notes

Quoter calls IEX cloud to make stock quote data requests, but the index data is not available. Therefore, that is scraped from a financial website. The one I was using seemed to have changed the way they do that and I can no longer grab it from the page source. This release switches to a new site that still works, but if they upgrade, I may lose that ability.

The other negative, is that the new site does not provide the index 52 week range in something that I can get. So that is missing for now until I can find a better source.

Release - v2.7.10

03 Aug 14:00
Compare
Choose a tag to compare

Release Notes

Well, just a few display tweaks and a failed attempt to auto-generate hashes during the maven package cycle. This worked fine, but it broke during the snapcraft creation phase so I've removed it.

No real need to update if you are happy with the current version.

Release - v2.7.5

06 Jul 19:20
Compare
Choose a tag to compare

Release Notes:

Just a few updates to the help to hopefully make it a bit easier to understand. There were a few items that needed tweaking.

  1. -b must be the first switch if it's used
  2. -D is not there to give developer information, it's there to provide the developers (well, just me) information for troubleshooting.

Notes:

  • You don't need to build Quoter to use it. The quoter.jar file attached to the releases is directly executable. To run it, in a command prompt with java in your path, simply execute java -jar quoter.jar
  • If you use Quoter via Snap on Linux, you should automagically get the new release.

Release - v2.7.3

30 Jun 22:26
Compare
Choose a tag to compare

Release Notes

For this release, I've enhanced the detailed display (-d) and included additional company information. The information in the top section is the new item.

An example of this for the symbol aapl is:

Detailed Security Information:
--------------------------------------------------------------------------------
AAPL / Apple Inc
--------------------------------------------------------------------------------
 symbol          :  AAPL
 companyName     :  Apple Inc
 exchange        :  NASDAQ/NGS (GLOBAL SELECT MARKET)
 industry        :  Electronic Computer Manufacturing
 website         :  https://www.apple.com/
 description     :  Apple Inc. is an American multinational technology company headquartered in Cupertino, California, that des
igns, develops, and sells consumer electronics, computer software, and online services. It is considered one of the Big Five co
mpanies in the U.S. information technology industry, along with Amazon, Google, Microsoft, and Facebook. Its hardware products
include the iPhone smartphone, the iPad tablet computer, the Mac personal computer, the iPod portable media player, the Apple W
atch smartwatch, the Apple TV digital media player, the AirPods wireless earbuds, the AirPods Max headphones, and the HomePod s
mart speaker line. Apple's software includes iOS, iPadOS, macOS, watchOS, and tvOS operating systems, the iTunes media player,
the Safari web browser, the Shazam music identifier, and the iLife and iWork creativity and productivity suites, as well as pro
fessional applications like Final Cut Pro X, Logic Pro, and Xcode. Its online services include the iTunes Store, the iOS App St
ore, Mac App Store, Apple Arcade, Apple Music, Apple TV+, iMessage, and iCloud. Other services include Apple Store, Genius Bar,
 AppleCare, Apple Pay, Apple Pay Cash, and Apple Card. Apple was founded by Steve Jobs, Steve Wozniak, and Ronald Wayne in Apri
l 1976 to develop and sell Wozniak's Apple I personal computer, though Wayne sold his share back within 12 days. It was incorpo
rated as Apple Computer, Inc., in January 1977, and sales of its computers, including the Apple I and Apple II, grew quickly.
 CEO             :
 securityName    :  Apple Inc
 issueType       :  cs
 sector          :  Manufacturing
 primarySicCode  :  3571.0
 employees       :  147000.0
 address         :  1 Apple Park Way
 address2        :  -
 city            :  Cupertino
 state           :  California
 zip             :  95014-0642
 country         :  US
 phone           :  14089961010

 open             -
 openTime         -
 close            -
 closeTime        -
 high             -
 highTime         -
 low              -
 lowTime          -
 latestPrice      136.945
 latestVolume     -
 previousClose    136.33
 previousVolume   64,556,081
 change           0.615
 changePercent    0.00451
 agTotalVolume    null
 marketCap        2,285,287,627,295
 peRatio          30.84
 week52High       144.63
 week52Low        88.55

IEXCloud does not always have all of the information, so it's left blank if it does not exist.

Notes:

  • You don't need to build Quoter to use it. The quoter.jar file attached to the releases is directly executable. To run it, in a command prompt with java in your path, simply execute java -jar quoter.jar
  • If you use Quoter via Snap on Linux, you should automagically get the new release.

Release - v2.7.0

15 May 15:22
Compare
Choose a tag to compare

Release Notes

Added a new command line switch. -I will display your IEXCloud accounts current credits used and your allowed total. This reset each month.

I've also updated a dependency which updated to a new version

Notes:

  • You don't need to build Quoter to use it. The quoter.jar file attached to the releases is directly executable. To run it, in a command prompt with java in your path, simply execute java -jar quoter.jar
  • If you use Quoter via Snap on Linux, you should automagically get the new release.

Release - v2.6.3

08 May 14:26
Compare
Choose a tag to compare

Release Notes

Small release and just a collection of changes from the last one.

Notes:

  • You don't need to build Quoter to use it. The quoter.jar file attached to the releases is directly executable. To run it, in a command prompt with java in your path, simply execute java -jar quoter.jar
  • If you use Quoter via Snap on Linux, you should automagically get the new release.