> For the complete documentation index, see [llms.txt](https://rwadatafeeds.gitbook.io/feeds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rwadatafeeds.gitbook.io/feeds/rwa-price-feed-categories/tokenized-public-equity.md).

# Tokenized Public Equity

RWADataFeeds provides share pricing data for over 11,000 of public companies, both American and other jurisdictions are covered. The data is sourced, and aggregated from over 10 off-chain public equity pricing data providers.&#x20;

Public share pricing data is updated every 0.5s.&#x20;

For the integration details, see <https://rwadatafeeds.gitbook.io/feeds/technical-integration-docs>. <br>

Here is an example snapshot of 1st 25 companies in alphabetical order:

| ticker                    | name                                                                                                                                                | primary\_exchange | type    |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------- |
| A                         | Agilent Technologies Inc.                                                                                                                           | XNYS              | CS      |
| AA                        | Alcoa Corporation                                                                                                                                   | XNYS              | CS      |
| AAA                       | Alternative Access First Priority CLO Bond ETF                                                                                                      | ARCX              | ETF     |
| AAAU                      | Goldman Sachs Physical Gold ETF Shares                                                                                                              | BATS              | ETF     |
| AACB                      | Artius II Acquisition Inc. Class A Ordinary Shares                                                                                                  | XNAS              | CS      |
| AACBR                     | Artius II Acquisition Inc. Rights                                                                                                                   | XNAS              | RIGHT   |
| AACBU                     | Artius II Acquisition Inc. Units                                                                                                                    | XNAS              | UNIT    |
| AACG                      | ATA Creativity Global American Depositary Shares                                                                                                    | XNAS              | ADRC    |
| AACT                      | Ares Acquisition Corporation II                                                                                                                     | XNYS              | CS      |
| AACT.U                    | Ares Acquisition Corporation II Units, each consisting of one Class A ordinary share and one-half of one redeemable warrant                         | XNYS              | UNIT    |
| [AACT.WS](http://AACT.WS) | Ares Acquisition Corporation II Redeemable Warrants, each whole warrant exercisable for one Class A ordinary share at an exercise price of $11.50   | XNYS              | WARRANT |
| AADR                      | AdvisorShares Dorsey Wright ADR ETF                                                                                                                 | XNAS              | ETF     |
| AAL                       | American Airlines Group Inc.                                                                                                                        | XNAS              | CS      |
| AAM                       | AA Mission Acquisition Corp.                                                                                                                        | XNYS              | CS      |
| AAM.U                     | AA Mission Acquisition Corp. Units, each consisting of one Class A Ordinary Share and one-half of one redeemable warrant                            | XNYS              | UNIT    |
| [AAM.WS](http://AAM.WS)   | AA Mission Acquisition Corp. Warrants, each whole warrant entitles the holder to purchase one Class A ordinary share at a price of $11.50 per share | XNYS              | WARRANT |
| AAME                      | Atlantic American Corp                                                                                                                              | XNAS              | CS      |
| AAMI                      | Acadian Asset Management Inc.                                                                                                                       | XNYS              | CS      |
| AAOI                      | Applied Optoelectronics, Inc.                                                                                                                       | XNAS              | CS      |
| AAON                      | Aaon Inc                                                                                                                                            | XNAS              | CS      |
| AAP                       | ADVANCE AUTO PARTS INC                                                                                                                              | XNYS              | CS      |
| AAPB                      | GraniteShares ETF Trust GraniteShares 2x Long AAPL Daily ETF                                                                                        | XNAS              | ETF     |
| AAPD                      | Direxion Daily AAPL Bear 1X Shares                                                                                                                  | XNAS              | ETF     |
| AAPG                      | Ascentage Pharma Group International American Depository Shares                                                                                     | XNAS              | ADRC    |
| AAPL                      | Apple Inc.                                                                                                                                          | XNAS              | CS      |


---

# 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, and the optional `goal` query parameter:

```
GET https://rwadatafeeds.gitbook.io/feeds/rwa-price-feed-categories/tokenized-public-equity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
