# YahooFinanceEx v0.1.0 - Table of Contents

> Elixir client for the Yahoo! Finance API. Handles the cookie + CSRF crumb auth flow transparently. v0.1 ships single-symbol quote fetch; batched quotes, FX, and dividend history 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.

