Skip to main content

Security

No description

type Security {
closingPrice: Float
closingPriceUpdatedAt: DateTime
currentPrice: Float
currentPriceUpdatedAt: DateTime
id: ID!
logo: String
name: String!
oneDayChangeDollars: Float
oneDayChangePercent: Float
ticker: String
type: String!
typeDisplay: String!
}

Fields

Security.closingPrice ● Float scalar

Security.closingPriceUpdatedAt ● DateTime scalar

Security.currentPrice ● Float scalar

Security.currentPriceUpdatedAt ● DateTime scalar

Security.id ● ID! non-null scalar

Security.logo ● String scalar

Security.name ● String! non-null scalar

Security.oneDayChangeDollars ● Float scalar

Security.oneDayChangePercent ● Float scalar

Security.ticker ● String scalar

Security.type ● String! non-null scalar

Security.typeDisplay ● String! non-null scalar

Returned By

securities query ● security query

Member Of

AggregateHolding object ● Company object ● PortfolioPerformance object ● SecurityPerformance object