Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 194 additions & 6 deletions scanner.qf.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,6 @@
"name": "long_term_debt_to_equity_fq",
"type": "number"
},
{
"name": "daily-summary-ast",
"type": "text"
},
{
"name": "dividend_payout_ratio_percent_fq",
"type": "percent"
Expand Down Expand Up @@ -690,7 +686,11 @@
{
"name": "update-time",
"type": "number",
"extract_from": "daily-bar"
"extract_from": "daily-bar"
},
{
"name": "daily-summary-ast",
"type": "text"
},
{
"name": "total_revenue_fy_h",
Expand Down Expand Up @@ -1367,7 +1367,7 @@
{
"name": "top_revenue_country_code",
"type": "text"
},
},
{
"name": "issuance_of_stock_net_ttm",
"type": "fundamental_price"
Expand All @@ -1379,5 +1379,193 @@
{
"name": "fiscal_period_end_fh_h",
"type": "num_slice"
},
{
"name": "revenue_per_share_fq",
"type": "fundamental_price"
},
{
"name": "revenue_per_share_fh",
"type": "fundamental_price"
},
{
"name": "revenue_per_share_current",
"type": "fundamental_price"
},
{
"name": "book_value_per_share_current",
"type": "fundamental_price"
},
{
"name": "book_tangible_per_share_current",
"type": "fundamental_price"
},
{
"name": "capex_per_share_fq",
"type": "fundamental_price"
},
{
"name": "capex_per_share_fh",
"type": "fundamental_price"
},
{
"name": "capex_per_share_fy",
"type": "fundamental_price"
},
{
"name": "capex_per_share_ttm",
"type": "fundamental_price"
},
{
"name": "capex_per_share_current",
"type": "fundamental_price"
},
{
"name": "operating_cash_flow_per_share_fq",
"type": "fundamental_price"
},
{
"name": "operating_cash_flow_per_share_fh",
"type": "fundamental_price"
},
{
"name": "operating_cash_flow_per_share_fy",
"type": "fundamental_price"
},
{
"name": "operating_cash_flow_per_share_ttm",
"type": "fundamental_price"
},
{
"name": "operating_cash_flow_per_share_current",
"type": "fundamental_price"
},
{
"name": "free_cash_flow_per_share_fh",
"type": "fundamental_price"
},
{
"name": "free_cash_flow_per_share_ttm",
"type": "fundamental_price"
},
{
"name": "free_cash_flow_per_share_current",
"type": "fundamental_price"
},
{
"name": "ebit_per_share_fq",
"type": "fundamental_price"
},
{
"name": "ebit_per_share_fh",
"type": "fundamental_price"
},
{
"name": "ebit_per_share_fy",
"type": "fundamental_price"
},
{
"name": "ebit_per_share_ttm",
"type": "fundamental_price"
},
{
"name": "ebit_per_share_current",
"type": "fundamental_price"
},
{
"name": "ebitda_per_share_fq",
"type": "fundamental_price"
},
{
"name": "ebitda_per_share_fh",
"type": "fundamental_price"
},
{
"name": "ebitda_per_share_fy",
"type": "fundamental_price"
},
{
"name": "ebitda_per_share_ttm",
"type": "fundamental_price"
},
{
"name": "ebitda_per_share_current",
"type": "fundamental_price"
},
{
"name": "working_capital_per_share_fq",
"type": "fundamental_price"
},
{
"name": "working_capital_per_share_fh",
"type": "fundamental_price"
},
{
"name": "working_capital_per_share_fy",
"type": "fundamental_price"
},
{
"name": "working_capital_per_share_current",
"type": "fundamental_price"
},
{
"name": "ncavps_ratio_fq",
"type": "fundamental_price"
},
{
"name": "ncavps_ratio_fh",
"type": "fundamental_price"
},
{
"name": "ncavps_ratio_fy",
"type": "fundamental_price"
},
{
"name": "ncavps_ratio_current",
"type": "fundamental_price"
},
{
"name": "total_debt_per_share_fq",
"type": "fundamental_price"
},
{
"name": "total_debt_per_share_fh",
"type": "fundamental_price"
},
{
"name": "total_debt_per_share_fy",
"type": "fundamental_price"
},
{
"name": "total_debt_per_share_current",
"type": "fundamental_price"
},
{
"name": "cash_per_share_fq",
"type": "fundamental_price"
},
{
"name": "cash_per_share_fh",
"type": "fundamental_price"
},
{
"name": "cash_per_share_fy",
"type": "fundamental_price"
},
{
"name": "cash_per_share_current",
"type": "fundamental_price"
},
{
"name": "earnings_per_share_basic_fq",
"type": "fundamental_price"
},
{
"name": "earnings_per_share_basic_fh",
"type": "fundamental_price"
},
{
"name": "earnings_per_share_diluted_fh",
"type": "fundamental_price"
}
]
Loading