Skip to content

GetDailyHistoricalPriceData with start and end dates not working #17

@gamblor999

Description

@gamblor999

Hi Team,

Love your work!! everything is working great except i cannot get the historical date for a given start date and end date, does this still work for you?

        Dim exchange As String = "ASX"
        Dim symbol As String = "ABC"
        Dim yahooFinance As YahooFinanceClient = New YahooFinanceClient(cookie, crumb)
        Dim yahooStockCode As String = yahooFinance.GetYahooStockCode(exchange, symbol)
        Dim yahooPriceHistory As List(Of YahooHistoricalPriceData) = yahooFinance.GetDailyHistoricalPriceData(yahooStockCode, New DateTime(2017, 12, 5), New DateTime(2017, 12, 8))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions