parse_type.ParseType¶
- class xbrl_filings_api.parse_type.ParseType¶
Bases:
EnumParsing selection for dot access paths in API response.
Methods
Attributes
- DATE = 1¶
Parsed into
datetime.date.
- DATETIME = 2¶
Parsed into timezone-aware
datetime.Timezone will be the one specified in the string or UTC, if unspecified.
- URL = 3¶
Relative URLs will be parsed into absolute URLs.