In the Simfin site I can search on UNM ( https://simfin.com/data/companies/378233). However when I try to query the income statement dataset in python, it isnt there. Can anyone help? Thank you
UNM is an insurance and as such it is in a different dataset, so you have to use: df = sf.load_income_insurance(variant='annual', market='us') to load the data.
Comments
df = sf.load_income_insurance(variant='annual', market='us') to load the data.
See more here:
https://simfin.com/data/bulk?dataset=income-insurance&variant=annual&market=us