Skip to content

Exceptions

pyjpx_etf.PyJPXETFError

Bases: Exception

Base exception for all pyjpx-etf errors.

pyjpx_etf.ETFNotFoundError

Bases: PyJPXETFError

Raised when the ETF code is not found on any provider.

pyjpx_etf.FetchError

Bases: PyJPXETFError

Raised on network or HTTP errors.

pyjpx_etf.ParseError

Bases: PyJPXETFError

Raised when CSV content cannot be parsed.