MockHero

stock_ticker

Business

Generate realistic stock ticker symbols (1-5 uppercase letters). For financial dashboard testing, portfolio tracking, and market data mockups.

Example Outputs

NVDAAAPLTSLAAMZNGOOG

API Usage

Send a POST request to generate stock ticker data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "stock_ticker",
          "type": "stock_ticker"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Financial dashboard testing
  • Portfolio tracker seeding
  • Market data mockups

Quick Info

Field Type
stock_ticker
Category
Business
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate stock ticker data instantly in the playground.

Generate Stock Ticker + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free