karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0
MIT License
154 stars 57 forks source link

After Hours Pricing? #34

Closed KrisSiegel closed 5 years ago

KrisSiegel commented 5 years ago

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.

KrisSiegel commented 5 years ago

Fixed 😃