financialdatapy.exception module

exception financialdatapy.exception.CountryCodeValidationFailed[source]

Bases: Exception

Raised when country code is not in alpha-3 code format.

exception financialdatapy.exception.NotAvailable[source]

Bases: Exception

Raised when a response is not available.

exception financialdatapy.exception.EmptyDataFrameError[source]

Bases: Exception

Raised when retreived dataframe is empty.

exception financialdatapy.exception.StatusMessageException[source]

Bases: Exception

Raised when failed in getting requested data from source.

exception financialdatapy.exception.IntegerDateInputError[source]

Bases: Exception

Raised when integer is passed in date parameter.

exception financialdatapy.exception.DartError[source]

Bases: Exception

Raised when retrieving data from Dart failed.

exception financialdatapy.exception.EmptyApiKeyException[source]

Bases: Exception

Raised when Api key is not provided.