Skip to content

Fetch stock market data from Yahoo Finance. Exposes stock, commodity, futures, currency (FX), mutual fund, and ETF prices, stock fundamental, summary data , and options data.

License

Notifications You must be signed in to change notification settings

eohne/YFinance.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YFinance.jl

Coverage Status Build Status

Download price, fundamental, option, currency, futures, ETF, mutual fund, and various other data from Yahoo Finance

*** LEGAL DISCLAIMER ***

Yahoo!, Y!Finance, and Yahoo! finance are registered trademarks of Yahoo, Inc.

YFinance.jl is not endorsed or in anyway affiliated with Yahoo, Inc. The data retreived can only be used for personal use. Please see Yahoo's terms of use to ensure that you can use the data:

*** No decryption issues ***

The implementation of YFinance.jl is similar to the python package yahooquery in that it accesses data through API endpoints. Therefore, YFinance.jl does not experience the same decryption issues that python’s yfinance faces at the moment.

Installation

The package is registered in the General registry and so can be installed at the REPL with ] add YFinance or by running:

    using Pkg 
    Pkg.add("YFinance")

About

Fetch stock market data from Yahoo Finance. Exposes stock, commodity, futures, currency (FX), mutual fund, and ETF prices, stock fundamental, summary data , and options data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages