/YahooFinanceAPI.jl

Julia implementation of some of the Yahoo Finance APIs.

Primary LanguageJuliaMIT LicenseMIT

YahooFinanceAPI.jl

Julia implementation of the Yahoo Finance CSV API.

NOTE: This has not been updated since Yahoo Finance changed their API some time ago, and there are no future plans for support going forward. I recommend that you download data from Yahoo using another service.

Required packages: Gumbo (HTML Parser) HTTPClient (To make http get requests)

Recommended packages (requred for examples): PyPlot -- Julia interface to Python matplotlib library