+ Frequently Asked Questions +
++ Is there a guide on how to use Stocknear’s features? +
++ Yes! We've created the + Learning Center to explain each feature in detail—what it does, how to integrate + it into your strategies, and its market impact. We update it regularly, + so check back often for new content. +
+ ++ How long does it take to see earnings releases? +
++ Earnings reports are available on Stocknear within 1-5 minutes + after they go live. +
+ ++ Why is your data different from other finance sites? +
++ Like other platforms, we source data from third-party providers. + With thousands of stocks and funds worldwide, manual data + collection is impractical. +
++ Data providers rely on automated methods, which can lead to + variations between platforms. Differences in definitions and + collection techniques can cause slight discrepancies. +
++ If you notice an inaccuracy, please contact us at {emailAddress}. +
+ ++ Is the options data real-time or delayed? +
++ Our options flow feature provides real-time options data from Benzinga without delays. +
+ ++ Why do other platforms show options data that Stocknear doesn’t? +
++ We focus on unusual options activity from hedge funds and + institutional traders. Retail investor contracts are excluded to + eliminate noise and highlight significant market moves. +
+ ++ Is Dark Pool data real-time or delayed? +
++ Dark Pool data is delayed by 15 minutes. We partner with major + exchanges to provide exclusive Wall Street insights typically + reserved for institutional traders. +
+ ++ I found an error in the data. What should I do? +
++ Please email {emailAddress}, and we’ll investigate immediately. +
++ We manually verify every error report and work with data + providers to ensure corrections are made at the source. +
+ ++ Can I request new features? How can I contact you? +
++ Absolutely! Email us or join our official Discord for quicker responses from our dev team. We’re always open to new + ideas to improve the platform. +
+ ++ Do you offer an API? +
++ Not at the moment. We license data from third-party providers + and don’t have redistribution rights. However, we plan to offer + an API in the future. +
+-
- {#each data?.getBlogPosts as item}
- {#if item?.category === "term"}
-
- - {item?.title} - - {/if} + {#each data?.getBlogPosts + ?.filter((item) => item?.category === "term") + ?.sort( (a, b) => a?.title?.localeCompare(b?.title), ) as item} +
- + + {item?.title} + + {/each}