Greetings, I am attempting to use the SEC provided EDGAR API to get company Float. I can get the float value of a Ticker\Symbol (i.e. YOSH) with this: https://data.sec.gov/api/xbrl/companyfacts/CIK0001898604.json I get this: "EntityPublicFloat": { "label": "Entity Public Float", "description": "The aggregate market value of the voting and non-voting common equity held by non-affiliates computed by reference to the price at which the common equity was last sold, or the average bid and asked price of such common equity, as of the last business day of the registrant's most recently completed second fiscal quarter.", "units": { "USD": [ { "end": "2023-06-30", "val": 4300000, "accn": "0001493152-24-012337", "fy": 2023, "fp": "FY", "form": "10-K", "filed": "2024-04-01" }, { "end": "2023-06-30", "val": 4300000, "accn": "0001493152-24-029642", "fy": 2023, "fp": "FY", "form": "10-K/A", "filed": "2024-07-31", "frame": "CY2023Q2I" } ] } } The result doesn't appear to be current. Here is the Yahoo! Financial Statistics for that company: Yoshiharu Global Co. (YOSH) Valuation Measures & Financial Statistics (yahoo.com) Please note that I am not interested in using a third party API solution for this, nor do I want opinion. I only prefer comments that are helpful and on topic. TYIA