earningscall
Version:
The EarningsCall JavaScript library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.
7 lines • 394 B
TypeScript
export declare const SECTORS_IN_ORDER: string[];
export declare const INDUSTRIES_IN_ORDER: string[];
export declare function sectorToIndex(sector: string): number;
export declare function indexToSector(index: number): string;
export declare function indexToIndustry(index: number): string;
export declare function industryToIndex(industry: string): number;
//# sourceMappingURL=sectors.d.ts.map