Default
Basic Financials
Get company basic financials such as margin, P/E ratio, 52-week high/low etc.
get/stock/metric
Query parameters
symbolstring required
Symbol of the company: AAPL.
metricstring required
Metric type. Can be 1 of the following values <code>all</code>
Response
successful operation
Example response
{
"symbol": "symbol",
"metricType": "metricType",
"metric": "{}",
"series": "{}"
}