Skip to main content
POST
/
api
/
marketwatch
/
stocks
/
financials
/marketwatch/stocks/financials
curl --request POST \
  --url https://api.anysite.io/api/marketwatch/stocks/financials \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "symbol": "<string>",
  "timeout": 300,
  "statement": "income"
}
'
[
  {
    "name": "<string>",
    "values": {},
    "@type": "@marketwatch_financial_line"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
symbol
string
required

Ticker symbol

Minimum string length: 1
Examples:

"AAPL"

"MSFT"

"GOOGL"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
statement
enum<string>
default:income

Statement type: income, balance-sheet, or cash-flow

Available options:
income,
balance-sheet,
cash-flow

Response

Successful Response

name
string
required
values
Values · object
required
@type
string
default:@marketwatch_financial_line