Skip to content

Commit 71fef21

Browse files
committed
Add cik to cashflow statement
1 parent a35840f commit 71fef21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

FinancialModelingPrepApi/Model/CompanyValuation/CashFlowResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ public class CashFlowResponse
1313
[JsonPropertyName("reportedCurrency")]
1414
public string ReportedCurrency { get; set; }
1515

16+
[JsonPropertyName("cik")]
17+
public string Cik { get; set; }
18+
1619
[JsonPropertyName("fillingDate")]
1720
public string FillingDate { get; set; }
1821

0 commit comments

Comments
 (0)