Повернутися до всіх обговорень
Stock statistics by year
codeproyectosmx
6 months ago
Is there a way to access the market statistics for a certain stock for a certain year?
const options = {
method: ‘GET’,
url: ‘https://freedom-finance.p.rapidapi.com/stock-statistics’,
params: {Symbol: ‘MSFT’},
headers: {
‘X-RapidAPI-Key’: ‘37e470fc3amsh6e06bc844e14effp13dfe9jsn6961692e1d3e’,
‘X-RapidAPI-Host’: ‘freedom-finance.p.rapidapi.com’
}
};
Приєднуйтесь до обговорення — додайте повідомлення нижче:
Вхід / Реєстрація, щоб публікувати нові повідомлення
Got it, thanks
No sorry, historical statistics is not available. You might be able to calculate some figures (trailing PE etc) yourself using a combination of endpoint data.