Skip to content

Commit 6ff90c7

Browse files
committed
Make mktCap a long.
1 parent 4438a08 commit 6ff90c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class CompanyProfileResponse
1717
public int VolAvg { get; set; }
1818

1919
[JsonPropertyName("mktCap")]
20-
public int MktCap { get; set; }
20+
public long MktCap { get; set; }
2121

2222
[JsonPropertyName("lastDiv")]
2323
public double LastDiv { get; set; }

0 commit comments

Comments
 (0)