konrad1977 / Stocks

Stock application for the Haiku Operating System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stocks


  • This applicaition uses extrading.com api which is free of use and extremely fast.
  • About 8700 stocks can be added to your personal portfolio.
  • Nasdaq, NYSE, Cboe, CHX and more.
  • All stock updates are made with one single batch request.
  • The API is very extensive Stocks only use a small part of whats possible.
  • Fully open source and under MIT license.

Icon

Portfolio Manager

  • Create multiple portfolios.

Portfolio

  • Add one or more of the 8600 stocks stock your portfolio.
  • Every portfolio can be added to your desktop as a replicant
  • Portfolios has their own settings (Refresh interval, how often all the stocks should be updated, and replicant transparency).

Different Modes

  • Mini mode (Shows Company Name and latest change in percent)
  • Normal Mode (Company Name, Symbol name, Percent, Dollar change, Latest price)
  • Extended Mode (Normal Mode + Open, High, Low, 52 Week high and Low and Average Volume)

Stock Symbol / Search window

  • When the app starts it downloads a list with estimated 8600 stock symbols. Then you can filter them and add them to your different portfolios.

How to build

Open a terminal and navigation to the root $ Stocks>

Then type 'make' without quotes and press enter. Wait for a few seconds.

$ Stocks> make

Acknowledgements


Icon design by Humdinger

Follow me on: Twitter

MIT License

Stocks is available under the MIT license. See the LICENSE file for more info.

About

Stock application for the Haiku Operating System

License:MIT License


Languages

Language:C++ 96.0%Language:Makefile 4.0%