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.
mktCap
1 parent 4438a08 commit 6ff90c7Copy full SHA for 6ff90c7
FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs
@@ -17,7 +17,7 @@ public class CompanyProfileResponse
17
public int VolAvg { get; set; }
18
19
[JsonPropertyName("mktCap")]
20
- public int MktCap { get; set; }
+ public long MktCap { get; set; }
21
22
[JsonPropertyName("lastDiv")]
23
public double LastDiv { get; set; }
0 commit comments