karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After Hours Pricing?

KrisSiegel opened this issue · comments

The Yahoo Finance Quote API includes support for after hours pricing via the following fields:
postMarketChangePercent
postMarketTime
postMarketPrice
postMarketChange

I noticed in both Security.cs and Fields.cs, none of these are specified. I also noticed this line (https://github.com/lppkarl/YahooFinanceApi/blob/master/YahooFinanceApi/Security.cs#L16) that states Secure.cs is automatically generated but I'm not sure how that process works considering it dropped off a few items.

Fixed 😃