Polygon · JSON-LD Context

Polygon Context

JSON-LD context defining the semantic vocabulary for Polygon from Polygon.

10 Classes 40 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
polygon: https://polygon.io/vocab#

Classes

Ticker AggregateBar Trade Quote OptionContract Exchange MarketHoliday StockSplit Dividend NewsArticle

Properties

Property Type Container
ticker string
name string
market string
locale string
primary_exchange string
type string
active boolean
currency_name string
cik string
composite_figi string
share_class_figi string
last_updated_utc dateTime
T string
v double
vw double
o double
c double
h double
l double
t long
n integer
contract_type string
exercise_style string
expiration_date date
strike_price double
shares_per_contract integer
underlying_ticker string
ex_dividend_date date
pay_date date
record_date date
declaration_date date
cash_amount double
frequency integer
execution_date date
split_from double
split_to double
results list
request_id string
status string
next_url anyURI

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://polygon.io/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "polygon": "https://polygon.io/vocab#",

    "Ticker": "polygon:Ticker",
    "AggregateBar": "polygon:AggregateBar",
    "Trade": "polygon:Trade",
    "Quote": "polygon:Quote",
    "OptionContract": "polygon:OptionContract",
    "Exchange": "polygon:Exchange",
    "MarketHoliday": "polygon:MarketHoliday",
    "StockSplit": "polygon:StockSplit",
    "Dividend": "polygon:Dividend",
    "NewsArticle": "polygon:NewsArticle",

    "ticker": { "@id": "polygon:ticker", "@type": "xsd:string" },
    "name": { "@id": "schema:name", "@type": "xsd:string" },
    "market": { "@id": "polygon:market", "@type": "xsd:string" },
    "locale": { "@id": "polygon:locale", "@type": "xsd:string" },
    "primary_exchange": { "@id": "polygon:primaryExchange", "@type": "xsd:string" },
    "type": { "@id": "polygon:assetType", "@type": "xsd:string" },
    "active": { "@id": "polygon:active", "@type": "xsd:boolean" },
    "currency_name": { "@id": "schema:priceCurrency", "@type": "xsd:string" },
    "cik": { "@id": "polygon:cik", "@type": "xsd:string" },
    "composite_figi": { "@id": "polygon:compositeFigi", "@type": "xsd:string" },
    "share_class_figi": { "@id": "polygon:shareClassFigi", "@type": "xsd:string" },
    "last_updated_utc": { "@id": "polygon:lastUpdated", "@type": "xsd:dateTime" },

    "T": { "@id": "polygon:barTicker", "@type": "xsd:string" },
    "v": { "@id": "polygon:volume", "@type": "xsd:double" },
    "vw": { "@id": "polygon:vwap", "@type": "xsd:double" },
    "o": { "@id": "polygon:open", "@type": "xsd:double" },
    "c": { "@id": "polygon:close", "@type": "xsd:double" },
    "h": { "@id": "polygon:high", "@type": "xsd:double" },
    "l": { "@id": "polygon:low", "@type": "xsd:double" },
    "t": { "@id": "polygon:timestamp", "@type": "xsd:long" },
    "n": { "@id": "polygon:transactionCount", "@type": "xsd:integer" },

    "contract_type": { "@id": "polygon:contractType", "@type": "xsd:string" },
    "exercise_style": { "@id": "polygon:exerciseStyle", "@type": "xsd:string" },
    "expiration_date": { "@id": "polygon:expirationDate", "@type": "xsd:date" },
    "strike_price": { "@id": "polygon:strikePrice", "@type": "xsd:double" },
    "shares_per_contract": { "@id": "polygon:sharesPerContract", "@type": "xsd:integer" },
    "underlying_ticker": { "@id": "polygon:underlyingTicker", "@type": "xsd:string" },

    "ex_dividend_date": { "@id": "polygon:exDividendDate", "@type": "xsd:date" },
    "pay_date": { "@id": "polygon:payDate", "@type": "xsd:date" },
    "record_date": { "@id": "polygon:recordDate", "@type": "xsd:date" },
    "declaration_date": { "@id": "polygon:declarationDate", "@type": "xsd:date" },
    "cash_amount": { "@id": "polygon:cashAmount", "@type": "xsd:double" },
    "frequency": { "@id": "polygon:dividendFrequency", "@type": "xsd:integer" },
    "execution_date": { "@id": "polygon:executionDate", "@type": "xsd:date" },
    "split_from": { "@id": "polygon:splitFrom", "@type": "xsd:double" },
    "split_to": { "@id": "polygon:splitTo", "@type": "xsd:double" },

    "results": { "@id": "polygon:results", "@container": "@list" },
    "request_id": { "@id": "polygon:requestId", "@type": "xsd:string" },
    "status": { "@id": "polygon:status", "@type": "xsd:string" },
    "next_url": { "@id": "polygon:nextUrl", "@type": "xsd:anyURI" }
  }
}