Expand description
yf-options: Yahoo Finance options chain fetcher with Greeks
Uses yf-common for shared infrastructure (auth, rate limiting, output).
Re-exports§
pub use client::OptionsClient;pub use error::YfOptionsError;pub use error::Result;pub use greeks::calculate_greeks;pub use models::*;
Modules§
- cli
- client
- Yahoo Finance options client using yf-common shared infrastructure.
- error
- Error types for yf-options
- greeks
- models
- output
- Output writers for yf-options.
Structs§
- Crumb
Auth - Yahoo Finance cookie/crumb authentication
Traits§
- Auth
Provider - Authentication provider trait