sec-edgar-api
Version:
Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.
12 lines (11 loc) • 467 B
TypeScript
export type * from './company-facts.type';
export type * from './report-raw.type';
export type * from './report-translated.type';
export type * from './submission.type';
export type * from './parsed-filings.type';
export type * from './common.type';
export type * from './insider-transaction.type';
export type * from './company-search.type';
export type * from './current-filings.type';
export type * from './xbrl.type';
export type * from './calculation-map.type';