diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 6768f532..c5253915 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -180,6 +180,13 @@ >Advertise +
  • + Data Disclaimer +
  • diff --git a/src/routes/data-disclaimer/+page.svelte b/src/routes/data-disclaimer/+page.svelte new file mode 100644 index 00000000..61883e21 --- /dev/null +++ b/src/routes/data-disclaimer/+page.svelte @@ -0,0 +1,235 @@ + + + + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Data + Disclaimer · Stocknear + + + + + + + + + + + + + + + + +
    + + +
    +
    +
    +
    +
    +

    + Data Disclaimer +

    +
    + +
    +
    +

    + The data on this site is for informational purposes only and + should not be used for trading or investment decisions. +

    + We strive for accuracy and quality. If you spot errors, please contact + us via + + Discord + + or email us at + + {emailAddress} + . +

    + +

    + Stock Charts +

    +

    + Intraday and historical stock chart data are provided by + + FMP + . +

    + +

    + Stocks Covered +

    +

    + Stocknear covers all stocks and ETFs listed on major US + exchanges (NASDAQ, NYSE, NYSE American, NYSE Arca) and many OTC + stocks. We also include international companies trading on US + exchanges and aim to add global stock exchanges soon. +

    + +

    + Historical Financials +

    +

    + Fundamental financial data is sourced from + + FMP + , based on official SEC filings (10-K, 10-Q). Data is + updated daily, but delays may occur if companies file late. All + displayed data is official, audited, and SEC-submitted. +

    + +

    + Price Targets and Analyst Estimates +

    +

    + Price targets and ratings are from Benzinga, sourced from Wall + Street analysts. Revenue and EPS forecasts come from Benzinga + and + FMP + . Analyst accuracy and performance metrics are also provided + by Benzinga. Differences across sources may occur but are + directionally consistent. Use this information cautiously as + predictions are often inaccurate. +

    + +

    + ETF Holdings +

    +

    + Most ETF holdings data is provided by + FMP + . +

    + +

    + Options Data +

    +

    + Options flow data is sourced from Benzinga via OPRA. Individual + ticker options data is from Unusual Whales, also sourced from + OPRA. +

    +
    +
    +
    + + +
    +
    +
    +
    diff --git a/src/routes/market-news/+page.svelte b/src/routes/market-news/+page.svelte index 9faf9c88..a257feed 100644 --- a/src/routes/market-news/+page.svelte +++ b/src/routes/market-news/+page.svelte @@ -110,7 +110,7 @@
    -
    +
    {#if news?.length !== 0} @@ -208,13 +208,13 @@
    -