Skip to main content
GET
/
api
/
market-data
/
market
/
rank
/
list
Get ranking list
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/market/rank/list \
  --header 'x-api-key: <api-key>'
{
  "rank": {
    "lists": [
      {
        "symbol": "<string>",
        "code": "<string>",
        "name": "<string>",
        "lastDone": "<string>",
        "chg": "<string>",
        "change": "<string>"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

key
string
required

Ranking category key; obtain it from /api/market/rank/categories.

need_article
boolean
default:false

Whether to include related articles.

article
boolean
default:false

Compatibility alias for need_article.

Response

Ranking list

rank
object