Skip to content

Commit bb12bbf

Browse files
authoredFeb 11, 2025
fix: volume average should be double (#139)
1 parent c580da2 commit bb12bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class CompanyProfileResponse
1414
public double Beta { get; set; }
1515

1616
[JsonPropertyName("volAvg")]
17-
public int VolAvg { get; set; }
17+
public double VolAvg { get; set; }
1818

1919
[JsonPropertyName("mktCap")]
2020
public long MktCap { get; set; }

0 commit comments

Comments
 (0)