I’m using the fundamentals API to fetch market capitalization, PERatio, 52WeekHigh and 52WeekLow but it’s different to all other common investment tools I’m validating against.
This is an example comparing INTU information, on google stock and the fundamentals API, if both fetched at the same time:
Google:
Fundamentals API:
{
"Highlights::MarketCapitalization": 171378016256,
"Highlights::PERatio": 62.5245,
"Technicals::52WeekHigh": 670.0741,
"Technicals::52WeekLow": 397.6784
}
Any ideia why this difference or if I should be looking at sth else for updated values?