REST Endpoints

Search Endpoint has just been launched and is in early beta. Responses objects are subject to change. We do not recommend building production code using this endpoint while in beta.

# Search Endpoint
https://api.tiingo.com/tiingo/utilities/search/<query>
# or
https://api.tiingo.com/tiingo/utilities/search?query=<query>

Just remember, you will need your token in order to connect. Keep it safe.

.

4.1 Utilities - Search

4.1.1 Overview

Tiingo's search feature lets you find specific assets in our database by the ticker or the name of the asset. This endpoint lets you segment by active, delisted, tickers across asset classes. The endpoint first searches for ticker matches and then expands to matches in the name of the asset.

This endpoint is useful for looking up existing assets

4.1 Utilities - Search

4.1.2 Search Endpoint

To request search query data, use the following REST endpoints.
# Search Tiingo database for specific assets
https://api.tiingo.com/tiingo/utilities/search/apple
# or
https://api.tiingo.com/tiingo/utilities/search?query=apple
Field Name
JSON Field
Data Type
Description
Ticker
ticker
string
Ticker of the given asset.
Name
name
string
The name of the asset.
Asset Type
assetType
string
The asset type of the asset (Stock, ETF, & Mutual Fund).
Is Active
isActive
boolean
True if the ticker is still actively quoted, and false if the ticker is no longer actively quoted (delisted).
Tiingo PermaTicker
permaTicker
string
Placeholder for an upcoming change to the Tiingo API that allows querying by permaticker.
OpenFIGI Ticker
openFIGI
string
Placeholder for an upcoming change to the Tiingo API that allows querying by the openFIGI ticker.