YahooFinanceDailyReader class

Class to read daily data from yahoo finance

Constructors

YahooFinanceDailyReader({Duration timeout = const Duration(seconds: 30), Map<String, dynamic>? headers})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>?
Headers of the http request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
Time that will way for an response from yahoo finance
final

Methods

getDailyData(String ticker, {int? startTimestamp = -2208994789}) Future<Map<String, dynamic>>
Python like get allDailyData, inspired on python package yfinance Get https://query2.finance.yahoo.com/v8/finance/chart/GOOG
getDailyDTOs(String ticker, {DateTime? startDate, bool adjust = false}) Future<YahooFinanceResponse>
getDailyData but transform the data into a YahooFinanceData list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited