Skip to content

Commit 7fa9897

Browse files
authored
fix: missing timeframe ttm in stock financials (#195)
1 parent f902983 commit 7fa9897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/reference/stockFinancials.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface IStockFinancialQuery extends IPolygonQuery {
6262
"period_of_report_date.lte"?: string;
6363
"period_of_report_date.gt"?: string;
6464
"period_of_report_date.gte"?: string;
65-
timeframe?: "annual" | "quarterly";
65+
timeframe?: "annual" | "quarterly" | "ttm";
6666
included_sources?: "true" | "false";
6767
order?: "asc" | "desc";
6868
limit?: number;

0 commit comments

Comments
 (0)