cache/f8cad875274c0f7b8227aa925230775a4a6e838d89b0e506ae00c65e0784db47

COM:ENERGYDOME

Energy Dome

  • 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

Get Data For Symbol

Retrieve detailed data for a specific symbol.

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME?api_token=

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME?api_token=' \
  --header 'X-API-Key: '

Response

Returns detailed data for the specified symbol ID.

GET

Get News Feed for Symbol

Fetch the news feed related to a specific symbol.

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/news?offset=0&limit=10&q=&from=2025-02-28&to=2025-03-28&api_token=

Parameters

NameValueType
offset

Offset for pagination. Starts at 0.

query
limit

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

query
q

Query string for filtering news items.

query
from

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

query
to

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/news?offset=0&limit=10&q=&from=2025-02-28&to=2025-03-28&api_token=' \
  --header 'X-API-Key: '

Response

Returns a news feed for the specified symbol ID within the provided date range and filters. Filters include news source and specific query string.

GET

Get Daily Quotes For Symbol

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

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/quotes?from=2024-03-29&to=2025-03-29&api_token=

Parameters

NameValueType
from

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

query
to

End date for the daily quotes. Defaults to today.

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/quotes?from=2024-03-29&to=2025-03-29&api_token=' \
  --header 'X-API-Key: '

Response

Returns daily quotes for the specified symbol ID within the given date range.

GET

Get income statement

Retrieve income statement data for this symbol

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/income_statement?period=FY&from=2015-03-29&to=2025-03-29&api_token=

Parameters

NameValueType
period

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

query
from

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

query
to

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/income_statement?period=FY&from=2015-03-29&to=2025-03-29&api_token=' \
  --header 'X-API-Key: '

Response

Returns income statement data for the given ID within the specified date range.

GET

Get balance sheet

Retrieve balance sheet data for this symbol

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/balance_sheet?period=FY&from=2015-03-29&to=2025-03-29&api_token=

Parameters

NameValueType
period

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

query
from

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

query
to

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/balance_sheet?period=FY&from=2015-03-29&to=2025-03-29&api_token=' \
  --header 'X-API-Key: '

Response

Returns balance sheet data for the given ID within the specified date range.

GET

Get cash flow

Retrieve cash flow data for this symbol

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/cash_flow?period=FY&from=2015-03-29&to=2025-03-29&api_token=

Parameters

NameValueType
period

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

query
from

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

query
to

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/cash_flow?period=FY&from=2015-03-29&to=2025-03-29&api_token=' \
  --header 'X-API-Key: '

Response

Returns cash flow data for the given ID within the specified date range.

GET

Get key metrics

Retrieve key metrics data for this symbol

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/key_metrics?period=FY&from=2015-03-29&to=2025-03-29&api_token=

Parameters

NameValueType
period

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

query
from

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

query
to

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/key_metrics?period=FY&from=2015-03-29&to=2025-03-29&api_token=' \
  --header 'X-API-Key: '

Response

Returns key metrics data for the given ID within the specified date range.

GET

Get ratios

Retrieve ratios data for this symbol

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/ratios?period=FY&from=2015-03-29&to=2025-03-29&api_token=

Parameters

NameValueType
period

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

query
from

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

query
to

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/financials/ratios?period=FY&from=2015-03-29&to=2025-03-29&api_token=' \
  --header 'X-API-Key: '

Response

Returns ratios data for the given ID within the specified date range.

GET

Get Stories for Symbol

Retrieve stories related to a specific symbol.

Endpoint

https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/stories?offset=0&limit=10&api_token=

Parameters

NameValueType
offset

Offset for pagination. Starts at 0.

query
limit

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

query

Code Example

curl --request GET \
  --url 'https://api.markets.sh/api/v1/symbols/COM:ENERGYDOME/stories?offset=0&limit=10&api_token=' \
  --header 'X-API-Key: '

Response

Returns stories related to the specified symbol ID with the given offset and limit.