# YFinance v0.6.0 - Table of Contents An Elixir client for the Federal Reserve Economic Data API ## Pages - General - [README](readme.md) - [Changelog](changelog.md) - Livebooks - [Plotting Stock Price with Yfinance](1_plotting_ticker_data.md) - [Plotting Stock Financials with Yfinance](2_getting_ticker_financials.md) ## Modules - [Yfinance](Yfinance.md): This Elixir library provides a wrapper around the [Python yfinance](https://github.com/ranaroussi/yfinance) so that you can fetch stock price data from Yahoo! FinanceĀ®. - [Yfinance.Ticker](Yfinance.Ticker.md): This module allows you to fetch ticker data from Yahoo! FinanceĀ®. At the moment you can fetch data on the financials of a stock ticker as well as the historical ticker price. More functions are coming soon! - Exceptions - [Yfinance.Error](Yfinance.Error.md): Structured error type for Yfinance errors.