Skip to main content

Crate yf_options

Crate yf_options 

Source
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§

CrumbAuth
Yahoo Finance cookie/crumb authentication

Traits§

AuthProvider
Authentication provider trait