# YahooFinanceEx v0.2.0 - Table of Contents

> Elixir client for the Yahoo! Finance API. Handles the cookie + CSRF crumb auth flow transparently. Single + batched quote fetch and FX rates; dividend history and search planned.

## 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.

