UNPKG

sec-edgar-api

Version:

Fetch and parse SEC earnings reports and other filings. Useful for financial analysis.

6 lines (5 loc) 167 B
import { TableData } from '../../../types'; import { XMLNode } from './XMLNode'; export declare class DocumentNode extends XMLNode { parseTables(): TableData[]; }