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.Request
Deprecated.private final String
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.This will always be by day.Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ojalgo.data.domain.finance.series.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:
getInputStream
in interfaceDataFetcher
-
getResolution
Deprecated.This will always be by day.- Specified by:
getResolution
in interfaceDataFetcher
- Returns:
- Typically DAY(ly), WEEK(ly) or MONTH(ly)
- See Also:
-
getSymbol
Deprecated.- Specified by:
getSymbol
in interfaceDataFetcher
- Returns:
- Data identifier
-