finnhub-python icon indicating copy to clipboard operation
finnhub-python copied to clipboard

Units of indicators

Open gremarsl opened this issue 3 years ago • 0 comments

In which units is the data when calling the finnhub API? e.g.: requests.get(apiUrl, data) apiUrl= "https://finnhub.io/api/v1/stock/metric?" with data = { "symbol": AAPL, "metric": "all", "token": apiKey}

Output: { "metric": { "10DayAverageTradingVolume": 129.38557, "13WeekPriceReturnDaily": 6.81966, "26WeekPriceReturnDaily": 53.08419, "3MonthAverageTradingVolume": 3486.044, "52WeekHigh": 137.98, "52WeekHighDate": "2020-09-02", "52WeekLow": 53.1525, "52WeekLowDate": "2020-03-23", "52WeekPriceReturnDaily": 83.00119, "5DayPriceReturnDaily": 9.02995, "assetTurnoverAnnual": 0.82884, "assetTurnoverTTM": 0.82884, "beta": 1.33989, "bookValuePerShareAnnual": 3.84873, .......}

}

Thanks in advance!

gremarsl avatar Nov 12 '20 19:11 gremarsl