Stock Extraction Schema
This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.
Contact us
Stock object
-
symbol
string
The stock ticker symbol.
-
companyName
string
The name of the company.
-
currency
[string, null]
COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).
-
pricing
[object, null]
-
currentPrice
[object, null]
The current price of the stock.
-
original
[string, null]
The raw unparsed current price.
-
amount
[number, null]
The numeric value of the current price.
-
original
[string, null]
-
change
[object, null]
The change in stock price.
-
original
[string, null]
The raw unparsed price change.
-
amount
[number, null]
The numeric value of the price change.
-
original
[string, null]
-
changePercentage
[number, null]
The percentage change in stock price.
-
previousClose
[object, null]
The previous closing price of the stock.
-
original
[string, null]
The raw unparsed previous closing price.
-
amount
[number, null]
The numeric value of the previous closing price.
-
original
[string, null]
-
open
[object, null]
The opening price of the stock.
-
original
[string, null]
The raw unparsed opening price.
-
amount
[number, null]
The numeric value of the opening price.
-
original
[string, null]
-
dayLow
[object, null]
The lowest price of the stock during the trading day.
-
original
[string, null]
The raw unparsed lowest price during the trading day.
-
amount
[number, null]
The numeric value of the lowest price during the trading day.
-
original
[string, null]
-
dayHigh
[object, null]
The highest price of the stock during the trading day.
-
original
[string, null]
The raw unparsed highest price during the trading day.
-
amount
[number, null]
The numeric value of the highest price during the trading day.
-
original
[string, null]
-
volume
[number, null]
The trading volume of the stock.
-
averageVolume
[number, null]
The average trading volume of the stock.
-
marketCap
[object, null]
The market capitalization of the company.
-
original
[string, null]
The raw unparsed market capitalization.
-
amount
[number, null]
The numeric value of the market capitalization.
-
original
[string, null]
-
peRatio
[number, null]
The price-to-earnings ratio of the stock.
-
dividendYield
[number, null]
The dividend yield of the stock.
-
exDividendDate
[string, null]
The ex-dividend date of the stock.
-
currentPrice
[object, null]
-
keyStatistics
[object, null]
-
yearToDateReturn
[object, null]
The year to date return of the stock.
-
original
[string, null]
The raw unparsed of the year to date return.
-
amount
[number, null]
The numeric value of the year to date return.
-
original
[string, null]
-
1YearReturn
[object, null]
The 1 year return of the stock.
-
original
[string, null]
The raw unparsed of the year to date return.
-
amount
[number, null]
The numeric value of the year to date return.
-
original
[string, null]
-
3YearReturn
[object, null]
The 3 year return of the stock.
-
original
[string, null]
The raw unparsed of the year to date return.
-
amount
[number, null]
The numeric value of the year to date return.
-
original
[string, null]
-
5YearReturn
[object, null]
The 5 year return of the stock.
-
original
[string, null]
The raw unparsed of the year to date return.
-
amount
[number, null]
The numeric value of the year to date return.
-
original
[string, null]
-
52WeekLow
[object, null]
The 52-week low price of the stock.
-
original
[string, null]
The raw unparsed 52-week low price.
-
amount
[number, null]
The numeric value of the 52-week low price.
-
original
[string, null]
-
52WeekHigh
[object, null]
The 52-week high price of the stock.
-
original
[string, null]
The raw unparsed 52-week high price.
-
amount
[number, null]
The numeric value of the 52-week high price.
-
original
[string, null]
-
earningsPerShare
[object, null]
The earnings per share of the stock.
-
original
[string, null]
The raw unparsed earnings per share.
-
amount
[number, null]
The numeric value of the earnings per share.
-
original
[string, null]
-
beta
[number, null]
The beta value of the stock.
-
nextEarningsDate
[string, null]
The next earnings date of the stock.
-
yearToDateReturn
[object, null]
-
news
[array, null]
A list of news articles related to the stock.
Items object
-
headline
string
The headline of the news article.
-
source
string
The source of the news article.
-
publishDate
string
The publication date of the news article.
-
link
string
The URL link to the news article.
-
headline
string
-
competitors
[array, null]
A list of competitor stocks.
Items object
-
symbol
string
The stock ticker symbol of the competitor.
-
companyName
string
The name of the competitor company.
-
price
object
The current price of the competitor's stock.
-
original
[string, null]
The raw unparsed price of the competitor's stock.
-
amount
[number, null]
The numeric value of the competitor's stock price.
-
original
[string, null]
-
change
object
The change in the competitor's stock price.
-
original
[string, null]
The raw unparsed price change.
-
amount
[number, null]
The numeric value of the price change.
-
original
[string, null]
-
changePercentage
number
The percentage change in the competitor's stock price.
-
symbol
string
-
analystRatings
[object, null]
Analyst ratings for the stock.
-
buy
[number, null]
The number of buy ratings.
-
hold
[number, null]
The number of hold ratings.
-
sell
[number, null]
The number of sell ratings.
-
consensus
[string, null]
The consensus rating (e.g., Strong Buy, Buy, Hold, Underperform, Sell).
-
buy
[number, null]
-
financials
[object, null]
Financial statistics of the company.
-
totalRevenue
[object, null]
The total revenue of the company.
-
original
[string, null]
The raw unparsed total revenue.
-
amount
[number, null]
The numeric value of the total revenue.
-
original
[string, null]
-
netIncome
[object, null]
The net income of the company.
-
original
[string, null]
The raw unparsed net income.
-
amount
[number, null]
The numeric value of the net income.
-
original
[string, null]
-
earningsPerShare
[object, null]
The earnings per share of the company.
-
original
[string, null]
The raw unparsed earnings per share.
-
amount
[number, null]
The numeric value of the earnings per share.
-
original
[string, null]
-
revenueGrowth
[number, null]
The revenue growth rate of the company.
-
grossMargin
[number, null]
The gross margin of the company.
-
ebitda
[object, null]
The earnings before interest, taxes, depreciation, and amortization.
-
original
[string, null]
The raw unparsed earnings before interest, taxes, depreciation, and amortization.
-
amount
[number, null]
The numeric value of the earnings before interest, taxes, depreciation, and amortization.
-
original
[string, null]
-
netProfitMargin
[number, null]
The net profit margin of the company.
-
freeCashFlow
[object, null]
The free cash flow of the company.
-
original
[string, null]
The raw unparsed free cash flow.
-
amount
[number, null]
The numeric value of the free cash flow.
-
original
[string, null]
-
totalDebt
[object, null]
The total debt of the company.
-
original
[string, null]
The raw unparsed total debt.
-
amount
[number, null]
The numeric value of the total debt.
-
original
[string, null]
-
totalRevenue
[object, null]
-
link
[string, null]
A link to the detailed stock page.