Skip to main content

Module client

Module client 

Source
Expand description

Yahoo Finance client module.

This module provides the HTTP client components for interacting with Yahoo Finance APIs, including authentication management and error handling.

Re-exports§

pub use error::YahooError;
pub use fetch_client::FetchClient;
pub use yahoo_auth::YahooAuthManager;
pub use yahoo_client::YahooFinanceClient;

Modules§

error
Error types for Yahoo Finance client operations.
fetch_client
HTTP fetch client for Yahoo Finance requests.
scraper
Web scraping utilities for Yahoo Finance.
yahoo_auth
Yahoo Finance authentication manager.
yahoo_client
Yahoo Finance API client.