Alpha Vantage · JSON-LD Context
Alpha Vantage Context
JSON-LD context defining the semantic vocabulary for Alpha Vantage from Alpha Vantage.
0 Classes
35 Properties
4 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
fibo:
https://spec.edmcouncil.org/fibo/ontology/FND/
av:
https://www.alphavantage.co/vocab/
Properties
| Property | Type | Container |
|---|---|---|
| symbol | string | |
| open | decimal | |
| high | decimal | |
| low | decimal | |
| close | decimal | |
| volume | integer | |
| price | decimal | |
| changePercent | string | |
| latestTradingDay | date | |
| previousClose | decimal | |
| Name | string | |
| Description | string | |
| Exchange | string | |
| Currency | string | |
| Country | string | |
| Sector | string | |
| Industry | string | |
| MarketCapitalization | decimal | |
| PERatio | decimal | |
| EPS | decimal | |
| DividendYield | decimal | |
| Beta | decimal | |
| title | string | |
| url | reference | |
| overallSentimentScore | decimal | |
| overallSentimentLabel | string | |
| fromCurrencyCode | string | |
| toCurrencyCode | string | |
| exchangeRate | decimal | |
| date | date | |
| value | decimal | |
| interval | string | |
| unit | string | |
| Note | string | |
| Information | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"fibo": "https://spec.edmcouncil.org/fibo/ontology/FND/",
"av": "https://www.alphavantage.co/vocab/",
"symbol": {"@id": "av:tickerSymbol", "@type": "xsd:string"},
"open": {"@id": "av:openPrice", "@type": "xsd:decimal"},
"high": {"@id": "av:highPrice", "@type": "xsd:decimal"},
"low": {"@id": "av:lowPrice", "@type": "xsd:decimal"},
"close": {"@id": "av:closePrice", "@type": "xsd:decimal"},
"volume": {"@id": "av:tradingVolume", "@type": "xsd:integer"},
"price": {"@id": "schema:price", "@type": "xsd:decimal"},
"changePercent": {"@id": "av:changePercent", "@type": "xsd:string"},
"latestTradingDay": {"@id": "av:latestTradingDay", "@type": "xsd:date"},
"previousClose": {"@id": "av:previousClose", "@type": "xsd:decimal"},
"Name": {"@id": "schema:name", "@type": "xsd:string"},
"Description": {"@id": "schema:description", "@type": "xsd:string"},
"Exchange": {"@id": "av:stockExchange", "@type": "xsd:string"},
"Currency": {"@id": "schema:currency", "@type": "xsd:string"},
"Country": {"@id": "schema:addressCountry", "@type": "xsd:string"},
"Sector": {"@id": "av:sector", "@type": "xsd:string"},
"Industry": {"@id": "av:industry", "@type": "xsd:string"},
"MarketCapitalization": {"@id": "av:marketCap", "@type": "xsd:decimal"},
"PERatio": {"@id": "av:peRatio", "@type": "xsd:decimal"},
"EPS": {"@id": "av:earningsPerShare", "@type": "xsd:decimal"},
"DividendYield": {"@id": "av:dividendYield", "@type": "xsd:decimal"},
"Beta": {"@id": "av:beta", "@type": "xsd:decimal"},
"title": {"@id": "schema:headline", "@type": "xsd:string"},
"url": {"@id": "schema:url", "@type": "@id"},
"overallSentimentScore": {"@id": "av:sentimentScore", "@type": "xsd:decimal"},
"overallSentimentLabel": {"@id": "av:sentimentLabel", "@type": "xsd:string"},
"fromCurrencyCode": {"@id": "av:fromCurrency", "@type": "xsd:string"},
"toCurrencyCode": {"@id": "av:toCurrency", "@type": "xsd:string"},
"exchangeRate": {"@id": "schema:price", "@type": "xsd:decimal"},
"date": {"@id": "schema:startDate", "@type": "xsd:date"},
"value": {"@id": "schema:value", "@type": "xsd:decimal"},
"interval": {"@id": "av:reportingInterval", "@type": "xsd:string"},
"unit": {"@id": "schema:unitText", "@type": "xsd:string"},
"Note": {"@id": "av:rateLimitNote", "@type": "xsd:string"},
"Information": {"@id": "av:errorInformation", "@type": "xsd:string"}
}
}