sec-edgar-api
Version:
Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.
7 lines (6 loc) • 322 B
TypeScript
import { XbrlLinkbase } from '../types/xbrl.type';
/**
* Gets labels by taxonomy from the label linkbase. priority level: verboseLabel > terseLabel > label.
*/
export declare function getLabelByTaxonomy(labelLinkbase: XbrlLinkbase): Record<string, string>;
export declare function getTaxonomyFromId(id: string): string;