{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Factset Georev API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Factset Georev", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets the revenue details for the requested Regions", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-georev/v1/regions", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Security or Entity identifiers. FactSet Identifiers, tickers, CUSIP and SEDOL are accepted input.

***ids limit** = 300 per request*

*

Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.

*\n" }, { "name": "regionIds", "value": "R101,R171,R167", "type": "query", "description": "The Regional Identifier or Regional Group. Groups include \"SUPER_REGIONS\", \"REGIONS\", and \"AREAS\". When requesting a group, all regionIds within that group will be requested. To limit or specify select regions returned in the response, provide a comma-separated list of the below regionIds.\n|Regional Group|regionId|Descriptions|\n||||\n|Group|SUPER_REGIONS|Fetchs all regionIds for Super Regions|\n|Group|REGIONS|Fetchs all regionIds for Regions|\n|Group|AREAS|Fetchs all regionIds for Areas|\n\n|Level|regionId|Parent|Description|Level|regionId|Parent|Description|\n|||||||||\n|__**Super Region**__||||__**Area**__||||\n|Super Region|R1|R100|Africa and Middle East|Area|R3|R2|Eastern Africa|\n|Super Region|R101|R100|Americas|Area|R18|R2|Southern Africa|\n|Super Region|R170|R100|Asia/Pacific|Area|R45|R2|Western Africa|\n|Super Region|R274|R100|Europe|Area|R69|R68|Central Middle East|\n|Super Region|R349|R100|Non-Disclosed Revenue|Area|R87|R68|Eastern Middle East|\n|Super Region|R354|R100|No Operations|Area|R97|R68|Western Middle East|\n|Super Region|R393|R100|Non-Geographic Revenue|Area|R103|R102|Caribbean|\n|__**Region**__||||Area|R135|R102|Central America|\n|Region|R2|R1|Africa|Area|R145|R102|South America|\n|Region|R68|R1|Middle East|Area|R165|R164|Other North America|\n|Region|R102|R101|Latin America|Area|R167|R164|United States and Canada|\n|Region|R164|R101|North America|Area|R172|R171|Far East|\n|Region|R171|R170|Asia|Area|R219|R171|Indian Region|\n|Region|R233|R170|Oceania|Area|R234|R233|Australia and New Zealand|\n|Region|R275|R274|European Union|Area|R237|R233|Pacific Islands|\n|Region|R314|R274|Non-European Union|Area|R276|R275|Eastern European Union|\n|Region|R350|R349|Region Unspecified|Area|R286|R275|Northern European Union|\n|Region|R355|R354|Non-Operating Region|Area|R292|R275|Southern European Union|\n|Region|R394|R393|Non-Geographic Revenue Region|Area|R298|R275|Western European Union|\n|Region|R398|R1|Africa and Middle East Unallocated Region|Area|R315|R314|Eastern Non-European Union|\n|Region|R401|R170|Asia/Pacific Unallocated Region|Area|R323|R314|Northern Non-European Union|\n|Region|R404|R101|Americas Unallocated Revenue Region|Area|R328|R314|Southern Non-European Union|\n|Region|R407|R274|Europe Unallocated Region|Area|R340|R314|Western Non-European Union|\n|||||Area|R351|R350|Area Unspecified|\n|||||Area|R356|R355|Non-Operating Area|\n|||||Area|R395|R394|Non-Geographic Revenue Area|\n|||||Area|R399|R398|Africa and Middle East Unallocated Area|\n" }, { "name": "startDate", "value": "2018-12-31", "type": "query", "description": "The start date requested for a given date range in **YYYY-MM-DD** format. Data is available on a Fiscal Annual periodicity and updated Daily. If left blank, the API will default to latest available fiscal period. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "endDate", "value": "2019-12-31", "type": "query", "description": "The end date requested for a given date range in **YYYY-MM-DD** format. Data is available on a Fiscal Annual periodicity and updated daily. If left blank, the API will default to latest available fiscal period. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "frequency", "value": "", "type": "query", "description": "Controls the display frequency of the data returned.\n * **D** = Daily\n * **W** = Weekly, based on the last day of the week of the start date.\n * **M** = Monthly, based on the last trading day of the month.\n * **AM** = Monthly, based on the start date (e.g., if the start date is June 16, data is displayed for June 16, May 16, April 16 etc.).\n * **CQ** = Quarterly based on the last trading day of the calendar quarter (March, June, September, or December).\n * **FQ** = Fiscal Quarter of the company.\n * **AY** = Actual Annual, based on the start date.\n * **CY** = Calendar Annual, based on the last trading day of the calendar year.\n * **FY** = Fiscal Annual, based on the last trading day of the company's fiscal year.\n \n" }, { "name": "currency", "value": "USD", "type": "query", "description": "Currency code for adjusting the data. For a list of currency ISO codes, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470)." } ] }, "docs": "Gets the Geographic Revenue, Percents, Confidence, and Ranks for a requested list of ids and Regions, for a given start-date and end-date. Regions represent a taxonomy of Super Regions, Regions, and Areas, with Super Regions being the largest collection. *Country specific revenue can be requested in the /countries endpoint.*\n" }, { "info": { "name": "Factset Gets the revenue details for the requested Regions. Use for large lists of company ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-georev/v1/regions", "body": { "type": "json", "data": "{}" } }, "docs": "Gets the Geographic Revenue, Percents, Confidence, and Ranks for a requested list of ids and Regions, for a given start-date and end-date. Regions represent a taxonomy of Super Regions, Regions, and Areas, with Super Regions being the largest collection. *Country specific revenue can be requested in the /countries endpoint.*\n" }, { "info": { "name": "Factset Gets the revenue details for the requested Countries.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-georev/v1/countries", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Security or Entity identifiers. FactSet Identifiers, tickers, CUSIP and SEDOL are accepted input.

***ids limit** = 300 per request*

*

Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.

*\n" }, { "name": "countryIds", "value": "US,CN", "type": "query", "description": "The Country ISO2 Codes representing the Country requested. By default, the service will request *ALL* Countries. To limit the Countries returned in the response, provide a comma-separated list of the ISO2 Country Codes. Visit [OA 8754](https://my.apps.factset.com/oa/pages/8754) for a full list of ISO2 codes.\n" }, { "name": "startDate", "value": "2018-12-31", "type": "query", "description": "The start date requested for a given date range in **YYYY-MM-DD** format. Data is available on a Fiscal Annual periodicity and updated Daily. If left blank, the API will default to latest available fiscal period. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "endDate", "value": "2019-12-31", "type": "query", "description": "The end date requested for a given date range in **YYYY-MM-DD** format. Data is available on a Fiscal Annual periodicity and updated daily. If left blank, the API will default to latest available fiscal period. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "frequency", "value": "", "type": "query", "description": "Controls the display frequency of the data returned.\n * **D** = Daily\n * **W** = Weekly, based on the last day of the week of the start date.\n * **M** = Monthly, based on the last trading day of the month.\n * **AM** = Monthly, based on the start date (e.g., if the start date is June 16, data is displayed for June 16, May 16, April 16 etc.).\n * **CQ** = Quarterly based on the last trading day of the calendar quarter (March, June, September, or December).\n * **FQ** = Fiscal Quarter of the company.\n * **AY** = Actual Annual, based on the start date.\n * **CY** = Calendar Annual, based on the last trading day of the calendar year.\n * **FY** = Fiscal Annual, based on the last trading day of the company's fiscal year.\n \n" }, { "name": "currency", "value": "USD", "type": "query", "description": "Currency code for adjusting the data. For a list of currency ISO codes, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470)." } ] }, "docs": "Gets the **Countries'** Geographic Revenue, Percents, Confidence, and Ranks for a requested list of ids and country ISO codes, for a given start-date and end-date. 300 countries are supported. Countries represent the fourth and bottom level of the GeoRev taxonomy. Visit [OA 8754](https://my.apps.factset.com/oa/pages/8754) for a list of ISO2 Country Codes. By default, the service will return all Countries for the requested security.\n" }, { "info": { "name": "Factset Gets the revenue details for the requested Countries. Use for large lists of ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-georev/v1/countries", "body": { "type": "json", "data": "{}" } }, "docs": "Gets the **Countries'** Geographic Revenue, Percents, Confidence, and Ranks for a requested list of ids and country ISO codes, for a given start-date and end-date. Nearly 300 countries are supported. Countries represent the fourth and bottom level of the GeoRev taxonomy. The full list of countries and their related regional mappings can be found by using the /country-mappings endpoint or visit [OA 8754](https://my.apps.factset.com/oa/pages/8754) for a list of ISO2 Country codes.\n" } ] } ], "bundled": true }