Class YahooSession
- java.lang.Object
-
- org.ojalgo.data.domain.finance.series.YahooSession
-
@Deprecated public final class YahooSession extends java.lang.Object
Deprecated.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 Yahoo Finance: https://finance.yahoo.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
YahooSession.Fetcher
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description private static CalendarDateDuration
DURATION_30_YEARS
Deprecated.private ServiceClient.Session
mySession
Deprecated.
-
Constructor Summary
Constructors Constructor Description YahooSession()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description YahooSession.Fetcher
newFetcher(java.lang.String symbol, CalendarDateUnit resolution)
Deprecated.
-
-
-
Field Detail
-
DURATION_30_YEARS
private static final CalendarDateDuration DURATION_30_YEARS
Deprecated.
-
mySession
private final ServiceClient.Session mySession
Deprecated.
-
-
Method Detail
-
newFetcher
public YahooSession.Fetcher newFetcher(java.lang.String symbol, CalendarDateUnit resolution)
Deprecated.
-
-