EdgarHelpers#
- class edgar_sec.helpers.EdgarHelpers[source]#
Bases:
object
A class containing helper methods for the Edgar SEC module.
Methods#
Helper method to validate and fix the CIK (Central Index Key) format. |
|
Helper method to asynchronously validate and fix the CIK (Central Index Key) format. |
|
Helper method to convert a reporting period in datetime format to the 'CY####Q#' format. |
|
Helper method to convert a reporting period in datetime format to the 'CY####Q#' format. |
|
Helper method to get the CIK (Central Index Key) for a given ticker symbol. |
|
Helper method to asynchronously get the CIK (Central Index Key) for a given ticker symbol. |
|
Helper method to get the universe of companies from the SEC EDGAR database. |
|
Helper method to asynchronously get the universe of companies from the SEC EDGAR database. |
|
Helper method to convert a reporting period string in YYYY-MM-DD format to CY####Q# format. |
|
Helper method to asynchronously convert a reporting period string in YYYY-MM-DD format to CY####Q# format. |
|
Helper method to validate if a string is in 'CY####' or 'CY####Q#' format. |
|
Helper method to asynchronously validate if a string is in 'CY####' or 'CY####Q#' format. |