# YahooFinanceEx v0.4.0 - Table of Contents

> Elixir client for the Yahoo! Finance API. Handles the cookie + CSRF crumb auth flow transparently. Single + batched quotes, FX rates, asset profiles, dividend history, and symbol search.

## Pages

- [YahooFinanceEx](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [YahooFinanceEx](YahooFinanceEx.md): Elixir client for Yahoo! Finance.
- [YahooFinanceEx.Quote](YahooFinanceEx.Quote.md): Parsed stock quote returned by `YahooFinanceEx.get_quote/1`.
- [YahooFinanceEx.Session](YahooFinanceEx.Session.md): Holds Yahoo Finance auth state (cookie + CSRF crumb) for the running app.

