diff --git a/FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs b/FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs index 15e2df6..4c44c14 100644 --- a/FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs +++ b/FinancialModelingPrepApi/Model/CompanyValuation/CompanyProfileResponse.cs @@ -14,7 +14,7 @@ public class CompanyProfileResponse public double Beta { get; set; } [JsonPropertyName("volAvg")] - public int VolAvg { get; set; } + public double VolAvg { get; set; } [JsonPropertyName("mktCap")] public long MktCap { get; set; }