dxFeed Cash Flow Statement Controller API
The cash-flow-statement-controller API from dxFeed — 6 operation(s) for cash-flow-statement-controller.
The cash-flow-statement-controller API from dxFeed — 6 operation(s) for cash-flow-statement-controller.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/dxfeed-cash-flow-statement-controller-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: dxFeed Fundamentals Cash Flow Statement Controller API
description: '* [dxFeed Website](https://www.dxfeed.com/)
* [Knowledge Base: Fundamentals](https://kb.dxfeed.com/en/data/fundamentals.html)
* [Customer Ticket Portal](https://portal.dxfeed.com/)
* [Contact the dxFeed sales team](https://dxfeed.com/contact-sales/)
'
servers:
- url: https://tools.dxfeed.com/fs
description: Generated server url
tags:
- name: cash-flow-statement-controller
paths:
/v0.1/cash-flow-statement:
post:
tags:
- cash-flow-statement-controller
operationId: addManualCorrection_22
requestBody:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
required: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
delete:
tags:
- cash-flow-statement-controller
operationId: addManualRemove_22
requestBody:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
required: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
/v0.1/cash-flow-statement/recent/snapshot:
get:
tags:
- cash-flow-statement-controller
operationId: getRecentSnapshot_24
parameters:
- name: symbols
in: query
description: Filter out the results based on symbols.
required: true
schema:
type: array
items:
type: string
uniqueItems: true
- name: countryCodes
in: query
description: Filter out the results based on country codes from Instrument Reference. ISO three-character code.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: mics
in: query
description: Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: sources
in: query
description: Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the <b>BLENDED</b> source.
required: false
schema:
type: array
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
- name: Accept-Encoding
in: header
description: Requests to /recent paths must use Accept-Encoding gzip compression
required: true
schema:
enum:
- gzip
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
$ref: '#/components/schemas/Map'
post:
tags:
- cash-flow-statement-controller
operationId: postRecentSnapshot_24
parameters:
- name: Accept-Encoding
in: header
description: Requests to /recent paths must use Accept-Encoding gzip compression
required: true
schema:
enum:
- gzip
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/RecentSnapshotFilterParam'
required: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
$ref: '#/components/schemas/Map'
/v0.1/cash-flow-statement/filter:
get:
tags:
- cash-flow-statement-controller
operationId: getDeepFilter_24
parameters:
- name: period
in: query
description: 'Filter out the results based on a reference period of the report or ratio (12M, 3M etc). Available values may vary per endpoint. '
required: false
schema:
type: string
- name: fromYmd
in: query
description: Filter out the results based on from-to period. Start date of the period in yyyymmdd format. Note that max allowed time period is usually limited, depending on your permissions.
required: true
schema:
type: string
description: request from date in yyyymmdd format, inclusive
- name: toYmd
in: query
description: Filter out the results based on from-to period. End date of the period in yyyymmdd format. Note that max allowed time period is usually limited, depending on your permissions.
required: true
schema:
type: string
description: request to date in yyyymmdd format, inclusive
- name: currencyCode
in: query
description: Filter out the results based on currency codes from Instrument Reference. ISO three-character code.
required: false
schema:
type: string
- name: countryCode
in: query
description: Filter out the results based on country codes from Instrument Reference. ISO three-character code.
required: false
schema:
type: string
- name: sids
in: query
description: Filter out the results based on instrument security ids from Instrument Reference.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: cids
in: query
description: Filter out the results based on company ids from Instrument Reference.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: sicCodes
in: query
description: Filter out the results based on sic (Standard Industrial Classification) codes from Asset Classification. Will return the data only for instruments that have a record in Asset Classification.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: industryCodes
in: query
description: Filter out the results based on instrument industry codes from Asset Classification. Will return the results only for instruments that have a record in Asset Classification.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: mics
in: query
description: Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: symbols
in: query
description: Filter out the results based on symbols.
required: false
schema:
type: array
items:
type: string
uniqueItems: true
- name: sources
in: query
description: Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the <b>BLENDED</b> source.
required: false
schema:
type: array
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
post:
tags:
- cash-flow-statement-controller
operationId: postDeepFilter_24
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PeriodicHistoryFilterParams'
required: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
/v0.1/cash-flow-statement/ymd/{ymd}:
get:
tags:
- cash-flow-statement-controller
operationId: getDeepYmd_21
parameters:
- name: ymd
in: path
description: Date in yyyymmdd format
required: true
schema:
type: string
description: Date in yyyymmdd format
- name: sources
in: query
description: Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the <b>BLENDED</b> source.
required: false
schema:
type: array
default: []
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
/v0.1/cash-flow-statement/symbol/{symbol}:
get:
tags:
- cash-flow-statement-controller
operationId: getDeepSymbol_24
parameters:
- name: symbol
in: path
description: Filter out the results based on the symbol.
required: true
schema:
type: string
- name: sources
in: query
description: Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the <b>BLENDED</b> source.
required: false
schema:
type: array
default: []
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
/v0.1/cash-flow-statement/recent/symbol/{symbol}:
get:
tags:
- cash-flow-statement-controller
operationId: getRecentSymbol_24
parameters:
- name: symbol
in: path
description: Filter out the results based on the symbol.
required: true
schema:
type: string
- name: sources
in: query
description: Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the <b>BLENDED</b> source.
required: false
schema:
type: array
default: []
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
- name: Accept-Encoding
in: header
description: Requests to /recent paths must use Accept-Encoding gzip compression
required: true
schema:
enum:
- gzip
responses:
'403':
description: Forbidden
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'406':
description: Not Acceptable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'400':
description: Bad Request
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'503':
description: Service Unavailable
content:
'*/*':
schema:
$ref: '#/components/schemas/ApiError'
'200':
description: OK
content:
'*/*':
schema:
type: array
items:
$ref: '#/components/schemas/CashFlowStatement'
components:
schemas:
Ext:
type: object
ApiError:
type: object
properties:
httpStatus:
type: string
enum:
- 100 CONTINUE
- 101 SWITCHING_PROTOCOLS
- 102 PROCESSING
- 103 EARLY_HINTS
- 103 CHECKPOINT
- 200 OK
- 201 CREATED
- 202 ACCEPTED
- 203 NON_AUTHORITATIVE_INFORMATION
- 204 NO_CONTENT
- 205 RESET_CONTENT
- 206 PARTIAL_CONTENT
- 207 MULTI_STATUS
- 208 ALREADY_REPORTED
- 226 IM_USED
- 300 MULTIPLE_CHOICES
- 301 MOVED_PERMANENTLY
- 302 FOUND
- 302 MOVED_TEMPORARILY
- 303 SEE_OTHER
- 304 NOT_MODIFIED
- 305 USE_PROXY
- 307 TEMPORARY_REDIRECT
- 308 PERMANENT_REDIRECT
- 400 BAD_REQUEST
- 401 UNAUTHORIZED
- 402 PAYMENT_REQUIRED
- 403 FORBIDDEN
- 404 NOT_FOUND
- 405 METHOD_NOT_ALLOWED
- 406 NOT_ACCEPTABLE
- 407 PROXY_AUTHENTICATION_REQUIRED
- 408 REQUEST_TIMEOUT
- 409 CONFLICT
- 410 GONE
- 411 LENGTH_REQUIRED
- 412 PRECONDITION_FAILED
- 413 PAYLOAD_TOO_LARGE
- 413 REQUEST_ENTITY_TOO_LARGE
- 414 URI_TOO_LONG
- 414 REQUEST_URI_TOO_LONG
- 415 UNSUPPORTED_MEDIA_TYPE
- 416 REQUESTED_RANGE_NOT_SATISFIABLE
- 417 EXPECTATION_FAILED
- 418 I_AM_A_TEAPOT
- 419 INSUFFICIENT_SPACE_ON_RESOURCE
- 420 METHOD_FAILURE
- 421 DESTINATION_LOCKED
- 422 UNPROCESSABLE_ENTITY
- 423 LOCKED
- 424 FAILED_DEPENDENCY
- 425 TOO_EARLY
- 426 UPGRADE_REQUIRED
- 428 PRECONDITION_REQUIRED
- 429 TOO_MANY_REQUESTS
- 431 REQUEST_HEADER_FIELDS_TOO_LARGE
- 451 UNAVAILABLE_FOR_LEGAL_REASONS
- 500 INTERNAL_SERVER_ERROR
- 501 NOT_IMPLEMENTED
- 502 BAD_GATEWAY
- 503 SERVICE_UNAVAILABLE
- 504 GATEWAY_TIMEOUT
- 505 HTTP_VERSION_NOT_SUPPORTED
- 506 VARIANT_ALSO_NEGOTIATES
- 507 INSUFFICIENT_STORAGE
- 508 LOOP_DETECTED
- 509 BANDWIDTH_LIMIT_EXCEEDED
- 510 NOT_EXTENDED
- 511 NETWORK_AUTHENTICATION_REQUIRED
timestamp:
type: string
messages:
type: array
items:
type: string
exMessage:
type: string
PeriodicHistoryFilterParams:
type: object
properties:
mics:
type: array
items:
type: string
uniqueItems: true
symbols:
type: array
items:
type: string
uniqueItems: true
sources:
type: array
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
currencyCode:
type: string
countryCode:
type: string
sids:
type: array
items:
type: string
uniqueItems: true
cids:
type: array
items:
type: string
uniqueItems: true
sicCodes:
type: array
items:
type: string
uniqueItems: true
industryCodes:
type: array
items:
type: string
uniqueItems: true
fromYmd:
type: string
description: request from date in yyyymmdd format, inclusive
toYmd:
type: string
description: request to date in yyyymmdd format, inclusive
period:
type: string
requestType:
type: string
enum:
- SNAPSHOT
- HISTORY
- EMPTY
- RECENT
readOnly: true
FundamentalIdentityObject:
type: object
discriminator:
propertyName: name
properties:
dxSymbol:
type: string
source:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
disabled:
type: boolean
eventTime:
type: integer
format: int64
sid:
type: string
ext: {}
id:
type: integer
format: int64
extHash:
type: string
format: uuid
name:
type: string
required:
- name
Period:
type: object
RecentSnapshotFilterParam:
type: object
properties:
mics:
type: array
items:
type: string
uniqueItems: true
symbols:
type: array
items:
type: string
uniqueItems: true
sources:
type: array
items:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
uniqueItems: true
countryCodes:
type: array
items:
type: string
uniqueItems: true
Map:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/FundamentalIdentityObject'
CashFlowStatement:
type: object
properties:
ymd:
type: integer
format: int32
eventTime:
type: integer
format: int64
dxSymbol:
type: string
sid:
type: string
cid:
type: string
period:
$ref: '#/components/schemas/Period'
reportType:
type: string
reportSubType:
type: string
currencyCode:
type: string
capitalExpenditure:
type: number
format: double
financingCashFlow:
type: number
format: double
investingCashFlow:
type: number
format: double
operatingCashFlow:
type: number
format: double
freeCashFlow:
type: number
format: double
filingDate:
type: integer
format: int32
ext:
$ref: '#/components/schemas/Ext'
disabled:
type: boolean
source:
type: string
enum:
- MORNINGSTAR
- EDI
- MSWEB
- VERDA
- DXFINA
- DXFEED
- TEW
- CMC
id:
type: integer
format: int64
extHash:
type: string
format: uuid