Class IEXTradingFetcher
java.lang.Object
org.ojalgo.data.domain.finance.series.IEXTradingFetcher
- All Implemented Interfaces:
DataFetcher
Deprecated.
It needs to be updated to function...
All data downloaders/fetchers are deprecated. They will be removed in a future release, and most likely
they're already broken.
Fetch historical financial time series data from IEX Trading: https://exchange.iex.io / https://iexcloud.io
This service has been moved/renamed/repackaged – this DataFetcher no longer works. Looks to me as
if they still offer a historical data download service – possibly even a free alternative – but this
fetcher needs to be re-implemented.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ServiceClient.RequestDeprecated.private final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.This will always be by day.Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataFetcher
getReader
-
Field Details
-
myRequest
Deprecated. -
mySymbol
Deprecated.
-
-
Constructor Details
-
IEXTradingFetcher
Deprecated.Maximum of 5 years data- Parameters:
symbol- Symbol of stock
-
-
Method Details
-
getInputStream
Deprecated.- Specified by:
getInputStreamin interfaceDataFetcher
-
getResolution
Deprecated.This will always be by day.- Specified by:
getResolutionin interfaceDataFetcher- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
- See Also:
-
getSymbol
Deprecated.- Specified by:
getSymbolin interfaceDataFetcher- Returns:
- Data identifier
-