PriceHistoryEntry
Historical price entry for a company
type PriceHistoryEntry {
date: Date!
price: Decimal!
priceType: PriceType!
}
Fields
PriceHistoryEntry.date ● Date! non-null scalar
PriceHistoryEntry.price ● Decimal! non-null scalar
PriceHistoryEntry.priceType ● PriceType! non-null enum
Member Of
Company object