EVEN

COM:EVENTOGY

Eventogy

  • Privately Held

Please sign in or create an account to use the api

The basic api is free to use for everyone. You can use it to build your own app. Please login to get your api token

Get Data For Symbol

Retrieve detailed data for a specific symbol.

Request Type GET

Url

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY?api_token='

Get Event Feed for Symbol

Fetch the event feed related to a specific symbol.

Request Type GET

Url

Parameters

offset

Offset for pagination. Starts at 0.

limit

Limit the number of news items returned. Set to 10 by default.

q

Query string for filtering news items.

from

Start date for filtering news items. Defaults to 2 months ago.

to

End date for filtering news items. Defaults to 1 month ago.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/events?offset=0&limit=10&q=&from=2024-11-19&to=2024-12-18&api_token='

Get News Feed for Symbol

Fetch the news feed related to a specific symbol.

Request Type GET

Url

Parameters

offset

Offset for pagination. Starts at 0.

limit

Limit the number of news items returned. Set to 10 by default.

q

Query string for filtering news items.

from

Start date for filtering news items. Defaults to 2 months ago.

to

End date for filtering news items. Defaults to 1 month ago.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/news?offset=0&limit=10&q=&from=2024-11-19&to=2024-12-18&api_token='

Get Daily Quotes For Symbol

Fetch daily quotes for a specific symbol within a date range.

Request Type GET

Url

Parameters

from

Start date for the daily quotes. Defaults to 1 year ago.

to

End date for the daily quotes. Defaults to today.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/quotes?from=2023-12-19&to=2024-12-19&api_token='

Get income statement

Retrieve income statement data for this symbol

Request Type GET

Url

Parameters

period

Specifies the financial reporting period. Default is "FY" if not provided.

from

Start date for filtering the results. Defaults to 10 years ago if not provided.

to

End date for filtering the results. Defaults to today if not provided.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/financials/income_statement?period=FY&from=2014-12-19&to=2024-12-19&api_token='

Get balance sheet

Retrieve balance sheet data for this symbol

Request Type GET

Url

Parameters

period

Specifies the financial reporting period. Default is "FY" if not provided.

from

Start date for filtering the results. Defaults to 10 years ago if not provided.

to

End date for filtering the results. Defaults to today if not provided.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/financials/balance_sheet?period=FY&from=2014-12-19&to=2024-12-19&api_token='

Get cash flow

Retrieve cash flow data for this symbol

Request Type GET

Url

Parameters

period

Specifies the financial reporting period. Default is "FY" if not provided.

from

Start date for filtering the results. Defaults to 10 years ago if not provided.

to

End date for filtering the results. Defaults to today if not provided.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/financials/cash_flow?period=FY&from=2014-12-19&to=2024-12-19&api_token='

Get key metrics

Retrieve key metrics data for this symbol

Request Type GET

Url

Parameters

period

Specifies the financial reporting period. Default is "FY" if not provided.

from

Start date for filtering the results. Defaults to 10 years ago if not provided.

to

End date for filtering the results. Defaults to today if not provided.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/financials/key_metrics?period=FY&from=2014-12-19&to=2024-12-19&api_token='

Get ratios

Retrieve ratios data for this symbol

Request Type GET

Url

Parameters

period

Specifies the financial reporting period. Default is "FY" if not provided.

from

Start date for filtering the results. Defaults to 10 years ago if not provided.

to

End date for filtering the results. Defaults to today if not provided.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/financials/ratios?period=FY&from=2014-12-19&to=2024-12-19&api_token='

Get Stories for Symbol

Retrieve stories related to a specific symbol.

Request Type GET

Url

Parameters

offset

Offset for pagination. Starts at 0.

limit

Limit the number of stories returned. Set to 10 by default.

copy
curl --request GET \ --url 'https://api.markets.sh/api/v1/symbols/COM:EVENTOGY/stories?offset=0&limit=10&api_token='