You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Cash, Cash Equivalents & Short Term Investments": 846684542,
"Cash & Cash Equivalents": 54677000,
"Short Term Investments": 251018000,
Verified with one other source that "Cash, Cash Equivalents & Short Term Investments" math should come up as "Cash & Cash Equivalents" + "Short Term Investments" = 54677000 + 251018000 = 305695000. Unsure how simfin gets 846684542.
Common Shares Outstanding in that date range comes up at: 62551.
Actual value should be: 62551281.
Data Error 3
Code Example
These appear to have changed ticker, which broke the price data. However the balance sheet data is still moving forward. url = "https://backend.simfin.com/api/v3/companies/prices/compact?id=113247" url = "https://backend.simfin.com/api/v3/companies/prices/compact?id=998412"
Data Output
113247 prices data stopped at 2024-01-09. Api ticker "ACRX". Actual ticker based on ISIN = "TLPH".
998412 prices data stopped at 2023-02-17. Api ticker = "ISR". Actual ticker based on ISIN = "CATX".
13950756 data stops at 2022-06-30, even though newer data is available in the sec.gov link
13511386 data stops at 2023-10-31, even though newer data is available in the sec.gov link
thanks for reporting. The share count problem is fixed for the specific company. This is an issue that can occur in rare cases if the company is reporting their share counts incorrectly in the XBRL data.
We'll have a look at the other issues, seems like a few are for some relatively small companies that we recently added to the database, the work on these is ongoing so the data is not yet "approved" and is not appearing in e.g. the bulk download. In the web API there is also a flag for this, under "checks": "valueCheck". If this is false it means we are still working on the data as our system spotted some inconsistencies.
Data Error 1
I'll just show what i bumped into, not sure how many similar ones actually exist.
Code Example
default code from https://simfin.readme.io/reference/statements-verbose-1
Data Output
Verified with one other source that "Cash, Cash Equivalents & Short Term Investments" math should come up as "Cash & Cash Equivalents" + "Short Term Investments" = 54677000 + 251018000 = 305695000. Unsure how simfin gets 846684542.
Data Error 2
Code Example
url = "https://backend.simfin.com/api/v3/companies/prices/compact?id=808943&start=2024-05-07&end=2024-05-10"
Data Output
Common Shares Outstanding in that date range comes up at: 62551.
Actual value should be: 62551281.
Data Error 3
Code Example
These appear to have changed ticker, which broke the price data. However the balance sheet data is still moving forward.
url = "https://backend.simfin.com/api/v3/companies/prices/compact?id=113247"
url = "https://backend.simfin.com/api/v3/companies/prices/compact?id=998412"
Data Output
113247 prices data stopped at 2024-01-09. Api ticker "ACRX". Actual ticker based on ISIN = "TLPH".
998412 prices data stopped at 2023-02-17. Api ticker = "ISR". Actual ticker based on ISIN = "CATX".
Data Error 4
Code Example
url = "https://backend.simfin.com/api/v3/companies/statements/verbose?id=13950756&statements=BS&period=Q1,Q2,Q3,Q4&start=2022-06-30"
url = "https://backend.simfin.com/api/v3/companies/statements/verbose?id=13511386&statements=BS&period=Q1,Q2,Q3,Q4&start=2023-10-31"
Data Output
13950756 data stops at 2022-06-30, even though newer data is available in the sec.gov link
13511386 data stops at 2023-10-31, even though newer data is available in the sec.gov link
Data Error 5
Code Example
url = "https://backend.simfin.com/api/v3/companies/statements/verbose?id=13511386&statements=BS&period=Q1,Q2,Q3,Q4&start=2023-10-31&end=2023-10-31"
Data Output
should be
Have not checked older data, so fix may need backtracked. Also more fields may be wrong that i didn't look into.
Data Error 6
Code Example
url = "https://backend.simfin.com/api/v3/companies/statements/verbose?id=13511290&statements=BS&period=Q1,Q2,Q3,Q4"
Data Output
Most (all?) report dates seem incorrect.
I.e
should be
The text was updated successfully, but these errors were encountered: