financialdatapy.exception module¶
- exception financialdatapy.exception.CountryCodeValidationFailed[source]¶
Bases:
ExceptionRaised when country code is not in alpha-3 code format.
- exception financialdatapy.exception.NotAvailable[source]¶
Bases:
ExceptionRaised when a response is not available.
- exception financialdatapy.exception.EmptyDataFrameError[source]¶
Bases:
ExceptionRaised when retreived dataframe is empty.
- exception financialdatapy.exception.StatusMessageException[source]¶
Bases:
ExceptionRaised when failed in getting requested data from source.
- exception financialdatapy.exception.IntegerDateInputError[source]¶
Bases:
ExceptionRaised when integer is passed in date parameter.