Releases: vslee/IEXSharp
Releases · vslee/IEXSharp
v2.9.4
v2.9.3
v2.9.2
v2.9.1
- @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 10eb45dupdated
decimal
s were fixed inStockPrices
.HistoricalPriceResponse
andStockFundamentals
.DividendBasicResponse
47dab79 579e3da- dependencies were updated cc5f0ba
v2.9.0
v2.8.0
v.2.7.0
- @dharmendra94 added
ReportedFinancials
(#105), fixed decimal volumes inHistoricalPrices
(#104), and addedTimeSeries
support toAdvancedFunadmentals
(#101). - @fcsobel fixed nullable
int
s inCompany
(#97) andAdvancedDividend
(#98) - @Matthiee added a missing disclaimer (#103)
StockFundamentalsService
.AdvancedFundamentals
return type was fixed
v2.6.0
- @amine-mejaouel fixed nullable properties in
Cashflow
(#90), madeIEXCloudClient
mockable (#91), and exposedCoreMessagesUsage
&PremiumMessagesUsage
inIEXResponse
(#94). - @rinukkusu fixed
long
volume properties onQuote
(#95) ToString()
override now starts with timestamp
v2.5.0
- @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 foradvanced-fundamentals
(#88) - JSONConverter for non-nullable decimal was added.
DividendBasicResponse.date
was changed to long.