> For the complete documentation index, see [llms.txt](https://docs.closingbell.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.closingbell.co/master.md).

# ClosingBell Retail Stock Trader Sentiment APIs

[ClosingBell](https://closingbell.co) is a community of retail stock traders that share ratings and price targets on U.S. equities. The community contributes these ratings on our iOS app and website, established in 2014.

Ratings on ClosingBell are tracked using end-of-day prices to discover the best stock pickers. members of the community gain insight into what the best pickers are collectively rating by either sharing their own ratings to unlock content, or upgrading for a nominal fee.

In addition to the ratings platform, ClosingBell owns Slack and Discord apps (bots) used to look up stocks in the context of conversations across thousands of trading rooms and organizations. When a member of one of these groups requests to look up a ticker with a slash command, i.e. `/quote AAPL`, we log the lookup and anonymously share the data with the community. This provides a pulse or a window into what the active retail stock trading community is discussing at any point in time — across thousands of individual groups.

We offer 2 APIs (4 endpoints), for the ClosingBell crowdsourced ratings and trading room lookups. All endpoints are accessible with any API subscription.

### APIs

{% content-ref url="/pages/-MW6Hs-h91h6GTe2bcwd" %}
[Crowdsourced Ratings](/crowdsourced-ratings/get-all-ratings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MW6HuSHhBFI2MfSAB1v" %}
[Trading Room Lookups](/trading-room-lookups/get-all-lookups.md)
{% endcontent-ref %}

### Free API Key

{% content-ref url="/pages/-MW6Mt5KisPkvTVzyG5z" %}
[Broken mention](broken://pages/-MW6Mt5KisPkvTVzyG5z)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.closingbell.co/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
