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 Data For Symbol
Retrieve detailed data for a specific symbol.
Endpoint
Code Example
Response
Returns detailed data for the specified symbol ID.
Get News Feed for Symbol
Fetch the news feed related to a specific symbol.
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
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 Daily Quotes For Symbol
Fetch daily quotes for a specific symbol within a date range.
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
Response
Returns daily quotes for the specified symbol ID within the given date range.
Get income statement
Retrieve income statement data for this symbol
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
Response
Returns income statement data for the given ID within the specified date range.
Get balance sheet
Retrieve balance sheet data for this symbol
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
Response
Returns balance sheet data for the given ID within the specified date range.
Get cash flow
Retrieve cash flow data for this symbol
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
Response
Returns cash flow data for the given ID within the specified date range.
Get key metrics
Retrieve key metrics data for this symbol
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
Response
Returns key metrics data for the given ID within the specified date range.
Get ratios
Retrieve ratios data for this symbol
Endpoint
Parameters
Name | Value | Type |
---|---|---|
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
Response
Returns ratios data for the given ID within the specified date range.
Get Stories for Symbol
Retrieve stories related to a specific symbol.
Endpoint
Parameters
Name | Value | Type |
---|---|---|
offset Offset for pagination. Starts at 0. | query | |
limit Limit the number of stories returned. Set to 10 by default. | query |
Code Example
Response
Returns stories related to the specified symbol ID with the given offset and limit.