Skip to content

Releases: vslee/IEXSharp

v2.9.4

14 Aug 04:34
Compare
Choose a tag to compare
  • @calhouneq added fiscalYear and fiscalQuarter to BalanceSheet and IncomeStatement (#125)
  • @chuckbeasley added SymbolOptionResponse

v2.9.3

25 May 03:47
Compare
Choose a tag to compare
  • @nswilder fixed InsiderTransactionResponse TransactionShares #124
  • dependencies were updated b3fb13d

v2.9.2

23 Apr 01:37
Compare
Choose a tag to compare

v2.9.1

14 Apr 00:42
Compare
Choose a tag to compare
  • @fcsobel added support for tops/last call with no symbols (#113)
  • @rothso fixed Quote previousVolume decimal (#114)
  • @mtf30rob fixed StockFundamentals.ReportedFinancials updated decimal (#119)
  • @zzvanyazz fixed StockFundamentals.AdvancedFundamentals updated decimal (#120)
  • Test for #115 was added 23986b2
  • IEXSharpTest and gh actions were updated to dotnet 6.0 10eb45d and 10eb45d
  • updated decimals were fixed in StockPrices.HistoricalPriceResponse and StockFundamentals.DividendBasicResponse 47dab79 579e3da
  • dependencies were updated cc5f0ba

v2.9.0

20 May 22:01
Compare
Choose a tag to compare
  • fixed AdvancedDividend.isNetInvestmentIncome type to bool 1c7eaaa
  • updated to System.Text.Json 5.0.1 and started using JsonSerializerDefaults.Web 21e22b1

v2.8.0

14 Apr 20:57
Compare
Choose a tag to compare
  • @doclove fixed nullable properties in AnalystRecommendations (#107)
  • @bdbc78 added params and fixed TechnicalIndicators (#108)

v.2.7.0

04 Mar 15:28
Compare
Choose a tag to compare
  • @dharmendra94 added ReportedFinancials (#105), fixed decimal volumes in HistoricalPrices (#104), and added TimeSeries support to AdvancedFunadmentals (#101).
  • @fcsobel fixed nullable ints in Company (#97) and AdvancedDividend (#98)
  • @Matthiee added a missing disclaimer (#103)
  • StockFundamentalsService.AdvancedFundamentals return type was fixed

v2.6.0

01 Feb 19:37
Compare
Choose a tag to compare
  • @amine-mejaouel fixed nullable properties in Cashflow (#90), made IEXCloudClient mockable (#91), and exposed CoreMessagesUsage & PremiumMessagesUsage in IEXResponse (#94).
  • @rinukkusu fixed long volume properties on Quote (#95)
  • ToString() override now starts with timestamp

v2.5.0

28 Dec 00:30
Compare
Choose a tag to compare
  • @JamiePrentice added missing properties in balance-sheet, cash-flow, company, earnings, financials, fund-ownership, historical-prices, insider-summary, insider-transactions, institutional-ownership, key-stats, splits-basic (#87). He also added support for advanced-fundamentals (#88)
  • JSONConverter for non-nullable decimal was added. DividendBasicResponse.date was changed to long.

v2.4.8

03 Dec 19:48
Compare
Choose a tag to compare

fixed nullable properties in

  • HistoricalPriceResponse and IntradayPriceResponse (30935b7)
  • QuoteSSE (97125e7)