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 c580da2 commit bb12bbfCopy full SHA for bb12bbf
FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs
@@ -14,7 +14,7 @@ public class CompanyProfileResponse
14
public double Beta { get; set; }
15
16
[JsonPropertyName("volAvg")]
17
- public int VolAvg { get; set; }
+ public double VolAvg { get; set; }
18
19
[JsonPropertyName("mktCap")]
20
public long MktCap { get; set; }
0 commit comments