Stock Fundamentals
Stock Dividends
Retrieves dividend information for a specific stock in a given region. It's designed for users interested in historical dividend data and related financial metrics of specific stocks.
Parameters
Name | Description | Example | Parameter Type | Data Type |
---|---|---|---|---|
region | Region code (tr, us) | query | string | |
symbol | Symbol of the stock. | TUPRS | query | string |
Response
(Note: Actual response can be different length and other fields may be present)
Stock Stats
Provides statistical data for multiple stocks in a specified region. This endpoint is particularly useful for investors seeking key financial statistics like previous close, year-to-date return, yearly return, and market capitalization for a selection of stocks.
Parameters
Name | Description | Example | Parameter Type | Data Type |
---|---|---|---|---|
region | Region code (tr, us) | query | string | |
symbols | Comma-separated list of stock symbols. Example: "AKBNK,ASELS" | AKBNK,ASELS | query | string |
keys | Comma-separated list of keys for which statistics are required. Example: "previous_close,ytd_return,yearly_return,market_cap,fk" | query | string |
Response
(Note: Actual response can be different length and other fields may be present)
Top Gainers
Retrieves information about the top moving stocks in a specified region. This endpoint is valuable for investors looking to track stocks with significant price changes within the region.
Parameters
Name | Description | Example | Parameter Type | Data Type |
---|---|---|---|---|
region | Region code (tr, us) | query | string |
Response
(Note: Actual response can be different length and other fields may be present)