diff --git a/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs b/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs index 2bb656e..29c6dd9 100644 --- a/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs +++ b/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs @@ -11,7 +11,7 @@ public class ETFStockExposureResponse public string AssetExposure { get; set; } [JsonPropertyName("sharesNumber")] - public int SharesNumber { get; set; } + public double SharesNumber { get; set; } [JsonPropertyName("weightPercentage")] public double WeightPercentage { get; set; }