cik_validation_async#
- async static EdgarHelpers.cik_validation_async(central_index_key)[source]#
Helper method to asynchronously validate and fix the CIK (Central Index Key) format.
- Parameters:
central_index_key (str) – The CIK to validate.
- Returns:
The validated CIK.
- Return type:
- Raises:
ValueError – If the CIK is not in the correct format.