- Your contribution here.
- #105: Added support for fetching latest foreign exchange rates - @mathu97.
- #106: Added support for fetching a single key stat with
key_stat(symbol, stat)
endpoint - @agrberg. - #107: Added
./script/console
for ease of local development - @agrberg.
- #103: Added support for fetching symbols for an exchange - @mathu97.
- #99: Added
image
andpaywalled
to news - @reddavis. - #100: Added
language
to news - @reddavis.
- #90: Added documentation for advanced stats and removed
avg_30_Volume
from advanced stats since it is found in key stats - @tylerhaugen-stanley. - #91: Added support for Balance Sheet API endpoint - @tylerhaugen-stanley.
- #92: Added support for Cash Flow Statements API endpoint - @tylerhaugen-stanley.
- #93: Added
fiscal_date
andcurrency
to income statements - @tylerhaugen-stanley. - #94: Added
historical_prices
API endpoint - @tylerhaugen-stanley. - #95: Added all KeyStat properties to AdvancedStats since they are already returned in the API call - @tylerhaugen-stanley.
- #82: Added
config.referer
to set HTTPReferer
header. This enables IEX's "Manage domains" domain locking for tokens - @agrberg. - #70: Added support for
ref_data_isin
taking a singleString
parameter - @rodolfobandeira. - #84: Added support for Advanced Stats API - @FanaHOVA.
- #86: Added advanced logger configuration to
config.logger
. Now a hash with keys:instance, :options, and :proc
can be passed and used directly with Faraday - @agrberg. - #88: Updated logger configuration to work like
Config
class and allow attribute and block based configuration - @agrberg. - #89: Backfill breaking
Config#logger
setting change from #88 - @agrberg.
- #78: Added
Quote#extended_change_percent
andQuote#extended_change_percent_s
properties to Quote - @reddavis. - #71: Added
symbols
resource - @ryosuke-endo. - #69: Fixed
ref_data_isin
request - @bguban. - #72: Cache
Faraday::Connection
for persistent adapters - @dblock.
- #68: Fixed
ref_data_isin
request with wrong isin - @bguban. - #67: Added required ruby version to gemspec - @wdperson.
- #66: Fixed
KeyStats#week_52_change always
returns nil - @brunjo. - #65: Added
stock_market_list
- @bguban. - #64: Added
ref_data_isin
- @bguban.
- #63: Allow direct API calls with support for secret_token - @bguban.
- #61: Fixed income endpoint if the api returns no result - @brunjo.
- #57: Updated properties for chart api endpoint - @brunjo.
- #50: Added missing properties for key stats API - @bingxie.
- Fixed
uninitialized constant IEX::Endpoints::Chart::Date (NameError)
- @dblock.
- #39: Remove default range and use iextrading default range 1m instead in
IEX::Api::Dividends
- @ildarkayumov. - #37: Added
IEX::Resource::Crypto
- @rodolfobandeira. - #34: Added
IEX::Resource::LargestTrades
- @gil27. - #32: Added
IEX::Resource::Sectors
- @gil27.
- #27: Added
IEX::Resources::Earnings
- @rodolfobandeira.
- #24: Added danger-toc and danger-changelog - @rodolfobandeira.
- #21: Added
IEX::Resources::Dividends
- @rodolfobandeira.
- #18: Added
IEX::Resources::KeyStats
- @rodolfobandeira.
- #9: Added
IEX::Errors::ClientError
- @rodolfobandeira. - #10: Added
IEX::Resources::Logo#get
- @rodolfobandeira.
- #5: Added
IEX::Resources::OHLC#get
- @jromanovs. - #5: Added
IEX::Resources::OHLC#market
- @jromanovs.
- Fixed undefined method > for nil:NilClass error - @dblock.
- Added
IEX::Resources::Chart#get
- @dblock. - Added
IEX::Resources::News#get
- @dblock. - Added
IEX::Resources::Price#get
- @dblock. - Fixed added
IEX::Resources::Quote#extendedPrice
andIEX::Resources::Quote#extendedPriceTime
- @dblock.
- Moved
IEX::Quote
intoIEX::Resources::Quote
- @dblock. - Added
IEX::Resources::Company#get
returning company information - @dblock. - Added
IEX::Resources::Quote#latest_update_t
andIEX::Resources::Quote#iex_last_updated_t
inTime
format - @dblock.
- Initial public release - @dblock.