No commit activity in last 3 years
No release in over 3 years
Parses results from magicformulainvesting.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
~> 3.0

Runtime

 Project Readme

Magic Formula Investing website

I read Little Book that Still Beats the Market, it references https://www.magicformulainvesting.com as an companion site. I found the site awkward to work with; I couldn't click on the results to copy/paste them, etc.

So I wrote this little app to fetch the results and display them as a table to the terminal.

+----------------------------------+--------+------------+------------+---------------------+--------------------------------------+
| Name                             | Ticker | Market Cap | Price From | Recent Quarter Data | Overview                             |
+----------------------------------+--------+------------+------------+---------------------+--------------------------------------+
| Accretive Health Inc             | ACHI   | 261.62     | 09/30      | 06/30               | https://finance.yahoo.com/quote/ACHI |
| Argan Inc                        | AGX    | 889.74     | 09/30      | 07/31               | https://finance.yahoo.com/quote/AGX  |
| Avid Technology Inc.             | AVID   | 316.18     | 09/30      | 06/30               | https://finance.yahoo.com/quote/AVID |
| Barrett Business Services Inc    | BBSI   | 357.69     | 09/30      | 06/30               | https://finance.yahoo.com/quote/BBSI |
| BP Prudhoe Bay Royalty Trust     | BPT    | 399.32     | 09/30      | 06/30               | https://finance.yahoo.com/quote/BPT  |
| Capella Education Co             | CPLA   | 673.67     | 09/30      | 06/30               | https://finance.yahoo.com/quote/CPLA |
| Cherokee Inc                     | CHKE   | 89.73      | 09/30      | 07/31               | https://finance.yahoo.com/quote/CHKE |
| Cisco Systems Inc                | CSCO   | 158,790.30 | 09/30      | 07/31               | https://finance.yahoo.com/quote/CSCO |
| Deluxe Corp                      | DLX    | 3,258.14   | 09/30      | 06/30               | https://finance.yahoo.com/quote/DLX  |

For iTerm2/MacOS users, hold down Command key to open any URL into the browser.

To install using RubyGems:

gem install magicformulainvesting

To use, setup your email/password as environment variables:

export MAGICFORMULA_EMAIL=<email>
export MAGICFORMULA_PASSWORD=<password>

And run the CLI:

magicformulainvesting

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/drnic/magicformulainvesting. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.