Skip to content

Commit 58301b8

Browse files
feat: add calendar year to key metrics response (#144)
1 parent 5604c1a commit 58301b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FinancialModelingPrepApi/Model/CompanyValuation/KeyMetricsResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ public class KeyMetricsResponse
99

1010
[JsonPropertyName("date")]
1111
public string Date { get; set; }
12+
13+
[JsonPropertyName("calendarYear")]
14+
public string CalendarYear { get; set; }
1215

1316
[JsonPropertyName("period")]
1417
public string Period { get; set; }

0 commit comments

Comments
 (0)