We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5604c1a commit 58301b8Copy full SHA for 58301b8
FinancialModelingPrepApi/Model/CompanyValuation/KeyMetricsResponse.cs
@@ -9,6 +9,9 @@ public class KeyMetricsResponse
9
10
[JsonPropertyName("date")]
11
public string Date { get; set; }
12
+
13
+ [JsonPropertyName("calendarYear")]
14
+ public string CalendarYear { get; set; }
15
16
[JsonPropertyName("period")]
17
public string Period { get; set; }
0 commit comments