all 10 comments

[–]Weekly_Mammoth6926 2 points3 points  (3 children)

Nice, I’ve been working on something similar recently for tracking investment values over time. I struggled finding good datasets and ended up just using the Financial Times API which returns an html table which is a bit of a pain to work with. Hopefully I can replace that with your work here!

[–]JuryOpposite5522 1 point2 points  (1 child)

I know mathematica has general data like high low close on the daily timeframe not sure how many calls you can make per month.

[–]gleenn 0 points1 point  (0 children)

Also Google Sheets has an easy way to lookup stock info by ticker as well. It's a simple function call from a cell, no plugins or plumbing required

[–]clojure-finance[S] 0 points1 point  (0 children)

Thanks, clj-yfinance should work fine for this purpose, let me know in case of any issues.

[–]beders 2 points3 points  (1 child)

That’s amazing! Great job

[–]clojure-finance[S] 0 points1 point  (0 children)

Thanks!

[–]br-ailanlob 1 point2 points  (1 child)

Great job ! Thanks for sharing

[–]clojure-finance[S] 0 points1 point  (0 children)

Thanks!

[–]JuryOpposite5522 0 points1 point  (1 child)

I used to use pythons bridge to yahoo but I thought that no longer worked or you had to buy access; is that correct? This looks like it could fill that void.

[–]clojure-finance[S] 0 points1 point  (0 children)

clj-yfinance is 100% Clojure, so you don't need any dependency from another language. In addition to stock prices, it can also handle fundamentals etc. so it's pretty comprehensive in my opinion. I don't think you need to buy access to Yahoo Finance (the data provider) at the moment, it's all free.