{
"opencollection": "1.0.0",
"info": {
"name": "dxFeed Fundamentals API"
},
"items": [
{
"info": {
"name": "valuation-ratio-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/valuation-ratio/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "symbol-state-change-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "getByFilter",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/symbol-state-change/filter",
"params": [
{
"name": "types",
"value": "",
"type": "query"
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postByFilter",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/symbol-state-change/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getTypes",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/symbol-state-change/types"
}
}
]
},
{
"info": {
"name": "snapshot-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "getByFilter_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/snapshot/filter",
"params": [
{
"name": "types",
"value": "",
"type": "query"
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postByFilter_1",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/snapshot/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getTypes_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/snapshot/types"
}
}
]
},
{
"info": {
"name": "shares-ownership-summary-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_1",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_1",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_1",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_1",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/shares-ownership-summary/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "reference-change-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_2",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_2",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_2",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_2",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/reference-change/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "price-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_3",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/price",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_3",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/price",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_3",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/price/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_3",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/price/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_3",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/price/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_3",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/price/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_3",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/price/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_3",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/price/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_3",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/price/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "operation-ratio-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_4",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_4",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_4",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_4",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_4",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_4",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_4",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_4",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_4",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/operation-ratio/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "mutual-fund-ownership-summary-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_5",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_5",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_5",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_5",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_5",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_5",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_5",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_5",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_5",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/mutual-fund-ownership-summary/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "merger-and-acquisition-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_6",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_6",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_6",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_6",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar_1",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar_1",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_6",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_6",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_6",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_6",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_6",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/merger-and-acquisition/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "ipo-calendar-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "getRecentSnapshot_7",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_7",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar_2",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_7",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_7",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_7",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_7",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_7",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/ipo-calendar/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "instrument-reference-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_7",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_7",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_8",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_8",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_8",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference/filter",
"params": [
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_8",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepSymbol_8",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_8",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-reference/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "instrument-daily-summary-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_8",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_8",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_9",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_9",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_9",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_9",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_8",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_9",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_9",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/instrument-daily-summary/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "institutional-ownership-summary-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_9",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_9",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_10",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_10",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_10",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_10",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_9",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_10",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_10",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/institutional-ownership-summary/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "insider-ownership-summary-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_10",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_10",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_11",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_11",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_11",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_11",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_10",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_11",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_11",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/insider-ownership-summary/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "income-statement-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_11",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_11",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_12",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_12",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_12",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_12",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_11",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_12",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_12",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/income-statement/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "history-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "getByFilter_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/history/filter",
"params": [
{
"name": "types",
"value": "",
"type": "query"
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postByFilter_2",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/history/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getTypes_2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/history/types"
}
}
]
},
{
"info": {
"name": "historical-return-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_12",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_12",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_13",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_13",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_13",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_13",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_12",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_13",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_13",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/historical-return/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "economic-calendar-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_13",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_13",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_14",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_14",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar_3",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar_3",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_14",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_14",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_13",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_14",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_14",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/economic-calendar/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "earning-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "getRecentSnapshot_15",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_15",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar_4",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar_4",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_15",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_15",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_14",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_15",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_15",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "earning-report-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_14",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_14",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_16",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_16",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_16",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_16",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_15",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_16",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_16",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-report/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "earning-ratio-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_15",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_15",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_17",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_17",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_17",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_17",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_16",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_17",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_17",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/earning-ratio/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "crypto-summary-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_16",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_16",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_18",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_18",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_18",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_18",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_17",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_18",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_18",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-summary/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "crypto-reference-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_17",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_17",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_19",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_19",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_19",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference/filter",
"params": [
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_19",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepSymbol_19",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_19",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/crypto-reference/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "corporate-calendar-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_18",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_18",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_20",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_20",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar_5",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar_5",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_20",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/filter",
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_20",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_18",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_20",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_20",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-calendar/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "corporate-action-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_19",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_19",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_21",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_21",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentCalendar_6",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentCalendar_6",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/recent/calendar",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_21",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/filter",
"params": [
{
"name": "caTypes",
"value": "",
"type": "query",
"description": "Filter out the results based on corporate action types."
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_21",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilterCustom",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/filter/custom",
"params": [
{
"name": "caTypes",
"value": "",
"type": "query",
"description": "Filter out the results based on corporate action types."
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilterCustom",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/filter/custom",
"params": [
{
"name": "corporateActionFilter",
"value": "",
"type": "query"
}
]
}
},
{
"info": {
"name": "getDeepYmd_19",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_21",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_21",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/corporate-action/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "consensus-estimate-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_20",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_20",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_22",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_22",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_22",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_22",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_20",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_22",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_22",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/consensus-estimate/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "company-profile-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_21",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_21",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_23",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_23",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_23",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile/filter",
"params": [
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_23",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepSymbol_23",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_23",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/company-profile/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "cash-flow-statement-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_22",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_22",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_24",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_24",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_24",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_24",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_21",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_24",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_24",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/cash-flow-statement/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "balance-statement-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_23",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_23",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_25",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_25",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_25",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_25",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_22",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_25",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_25",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/balance-statement/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "asset-classification-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_24",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_24",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_26",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_26",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_26",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification/filter",
"params": [
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_26",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepSymbol_26",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_26",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/asset-classification/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
},
{
"info": {
"name": "alpha-beta-controller",
"type": "folder"
},
"items": [
{
"info": {
"name": "addManualCorrection_25",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "addManualRemove_25",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getRecentSnapshot_27",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "countryCodes",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postRecentSnapshot_27",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/recent/snapshot",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepFilter_27",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/filter",
"params": [
{
"name": "period",
"value": "",
"type": "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. "
},
{
"name": "fromYmd",
"value": "",
"type": "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."
},
{
"name": "toYmd",
"value": "",
"type": "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."
},
{
"name": "currencyCode",
"value": "",
"type": "query",
"description": "Filter out the results based on currency codes from Instrument Reference. ISO three-character code."
},
{
"name": "countryCode",
"value": "",
"type": "query",
"description": "Filter out the results based on country codes from Instrument Reference. ISO three-character code."
},
{
"name": "sids",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument security ids from Instrument Reference."
},
{
"name": "cids",
"value": "",
"type": "query",
"description": "Filter out the results based on company ids from Instrument Reference."
},
{
"name": "sicCodes",
"value": "",
"type": "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."
},
{
"name": "industryCodes",
"value": "",
"type": "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."
},
{
"name": "mics",
"value": "",
"type": "query",
"description": "Filter out the results based on instrument mic (Market Identifier Code) codes from Instrument Reference."
},
{
"name": "symbols",
"value": "",
"type": "query",
"description": "Filter out the results based on symbols."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "postDeepFilter_27",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/filter",
"body": {
"type": "json",
"data": "{}"
}
}
},
{
"info": {
"name": "getDeepYmd_23",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/ymd/:ymd",
"params": [
{
"name": "ymd",
"value": "",
"type": "path",
"description": "Date in yyyymmdd format"
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getDeepSymbol_27",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/symbol/:symbol",
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
},
{
"info": {
"name": "getRecentSymbol_27",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://tools.dxfeed.com/fs/v0.1/alpha-beta/recent/symbol/:symbol",
"headers": [
{
"name": "Accept-Encoding",
"value": ""
}
],
"params": [
{
"name": "symbol",
"value": "",
"type": "path",
"description": "Filter out the results based on the symbol."
},
{
"name": "sources",
"value": "",
"type": "query",
"description": "Filter out the results based on available data providers. Skipping this parameter will return an empty response unless you are using the BLENDED source."
}
]
}
}
]
}
],
"bundled": true
}