We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35840f commit 71fef21Copy full SHA for 71fef21
1 file changed
FinancialModelingPrepApi/Model/CompanyValuation/CashFlowResponse.cs
@@ -13,6 +13,9 @@ public class CashFlowResponse
13
[JsonPropertyName("reportedCurrency")]
14
public string ReportedCurrency { get; set; }
15
16
+ [JsonPropertyName("cik")]
17
+ public string Cik { get; set; }
18
+
19
[JsonPropertyName("fillingDate")]
20
public string FillingDate { get; set; }
21
0 commit comments