diff --git a/account/data-policies/account-verification.md b/account/data-policies/account-verification.md index f24c2e0..a77839d 100644 --- a/account/data-policies/account-verification.md +++ b/account/data-policies/account-verification.md @@ -28,6 +28,32 @@ Profiles with missing or incomplete information cannot be classified. Your accou All fields are required and must match third-party databases. If your profile contains missing, incomplete, or mismatched information, we will request additional documentation — such as a CV, employment letter, or other materials that clarify your job function. +### LinkedIn Profiles + +A LinkedIn profile is not required, but it is the easiest way for us to verify your employment information because it is a widely used, publicly accessible professional database. If you do not have a LinkedIn profile or prefer not to share it, just write `https://www.linkedin.com` in the form field and you can provide any of the following as an alternative: + +- A current resume or CV +- A photo of your business card showing your current job title and employer +- A recent paystub (please redact any sensitive financial data) +- Any other document that confirms your current employer and role + +### Retired or Unemployed Subscribers + +If you are retired or unemployed, your LinkedIn profile, resume, or CV should show your work history along with the date your most recent position ended. This helps us confirm that you are not currently employed in a role that would qualify as professional use under exchange rules. See [Professional Status Policy](/docs/account/data-policies/professional-status/) for details on how professional status is determined. + +### Self-Employed and Business Owners + +If you are self-employed or own a business, your professional status will depend on the nature of the business itself — specifically, whether the business has a need for market data as part of its products or services. This triggers an additional verification step beyond what is required for employed subscribers. + +You must provide at least one document that confirms what your business does. Acceptable documentation includes: + +- A company LinkedIn page +- A business website +- A brochure or marketing materials describing your products or services +- A business registration or filing that describes the nature of the business + +A self-reported business name and description alone is not sufficient. We need independent documentation that confirms the business is not involved in financial services, trading, or other activities that would classify you as a professional user under exchange rules. See [Professional Status Policy](/docs/account/data-policies/professional-status/) for details. + ### Verification Timeframe We will complete verification within 1 business day of you providing the required information. @@ -40,4 +66,4 @@ If your employment or professional registration has changed in a way that affect ## Privacy -The information we collect is used solely to verify your account and comply with exchange regulations. We do not sell your information to third parties. We are required to share it with the exchanges, who review it periodically for accuracy. +The information we collect is used solely to verify your account and comply with exchange regulations. We do not sell your information to third parties. We are required to share it with the stock and options exchanges, who review it periodically for accuracy. diff --git a/api/stocks/earnings.mdx b/api/stocks/earnings.mdx index 80b6c71..2e01575 100644 --- a/api/stocks/earnings.mdx +++ b/api/stocks/earnings.mdx @@ -174,6 +174,10 @@ echo $earnings; The date the earnings report was released or is projected to be released. + :::warning Estimated Dates for Future Earnings + For upcoming earnings events, the `reportDate` is an **estimate** based on historical reporting patterns and is not a confirmed date. These dates frequently change as companies update their reporting schedules. Only after a company has actually reported its earnings does the `reportDate` become a confirmed, historical data point. Do not make trading decisions based on estimated future earnings dates. + ::: + - **reportTime** `array[string]` The value will be either `before market open`, `after market close`, or `during market hours`. diff --git a/sheets/stocks/earnings.md b/sheets/stocks/earnings.md index 3368a8e..4d8cb61 100644 --- a/sheets/stocks/earnings.md +++ b/sheets/stocks/earnings.md @@ -49,3 +49,7 @@ Fetches current or historical earnings data for a stock ticker. ## Notes Non-GAAP earnings are reported for most tickers. If the company does not report non-GAAP earnings, GAAP earnings will be used instead. + +:::warning Estimated Dates for Future Earnings +For upcoming earnings events, the report date is an **estimate** based on historical reporting patterns and is not a confirmed date. These dates frequently change as companies update their reporting schedules. Only after a company has actually reported its earnings does the report date become a confirmed, historical data point. Do not make trading decisions based on estimated future earnings dates. +:::