Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Jul 19, 2024
1 parent 74e91fc commit cb18d48
Show file tree
Hide file tree
Showing 18 changed files with 851 additions and 851 deletions.
214 changes: 107 additions & 107 deletions docs/CompanyApi.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/DataPointApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var dataPoint = new intrinioSDK.DataPointApi();

var identifier = "\"AAPL\"";
var tag = "\"marketcap\"";
var identifier = "AAPL";
var tag = "marketcap";


dataPoint.getDataPointNumber(identifier, tag).then(function(data) {
Expand Down Expand Up @@ -135,8 +135,8 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var dataPoint = new intrinioSDK.DataPointApi();

var identifier = "\"AAPL\"";
var tag = "\"ceo\"";
var identifier = "AAPL";
var tag = "ceo";


dataPoint.getDataPointText(identifier, tag).then(function(data) {
Expand Down
14 changes: 7 additions & 7 deletions docs/DataTagApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var dataTag = new intrinioSDK.DataTagApi();

var opts = {
'tag': "\"~null\"",
'type': "\"~null\"",
'parent': "\"~null\"",
'statementCode': "\"income_statement\"",
'tag': null,
'type': null,
'parent': null,
'statementCode': "income_statement",
'fsTemplate': "industrial",
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

dataTag.getAllDataTags(opts).then(function(data) {
Expand Down Expand Up @@ -147,7 +147,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var dataTag = new intrinioSDK.DataTagApi();

var identifier = "\"marketcap\"";
var identifier = "marketcap";


dataTag.getDataTagById(identifier).then(function(data) {
Expand Down Expand Up @@ -226,7 +226,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var dataTag = new intrinioSDK.DataTagApi();

var query = "\"revenue\"";
var query = "revenue";


var opts = {
Expand Down
24 changes: 12 additions & 12 deletions docs/ESGApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var eSG = new intrinioSDK.ESGApi();

var opts = {
'country': "\"Canada\"",
'industry': "\"Retail\"",
'ticker': "\"SHOP\"",
'country': "Canada",
'industry': "Retail",
'ticker': "SHOP",
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eSG.getEsgCompanies(opts).then(function(data) {
Expand Down Expand Up @@ -143,12 +143,12 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eSG = new intrinioSDK.ESGApi();

var identifier = "\"AAPL\"";
var identifier = "AAPL";


var opts = {
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eSG.getEsgCompanyComprehensiveRatings(identifier, opts).then(function(data) {
Expand Down Expand Up @@ -228,12 +228,12 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eSG = new intrinioSDK.ESGApi();

var identifier = "\"AAPL\"";
var identifier = "AAPL";


var opts = {
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eSG.getEsgCompanyRatings(identifier, opts).then(function(data) {
Expand Down Expand Up @@ -314,9 +314,9 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var eSG = new intrinioSDK.ESGApi();

var opts = {
'country': "\"USA\"",
'country': "USA",
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eSG.getEsgLatest(opts).then(function(data) {
Expand Down Expand Up @@ -397,9 +397,9 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var eSG = new intrinioSDK.ESGApi();

var opts = {
'country': "\"USA\"",
'country': "USA",
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eSG.getEsgLatestComprehensive(opts).then(function(data) {
Expand Down
18 changes: 9 additions & 9 deletions docs/ETFsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var eTFs = new intrinioSDK.ETFsApi();

var opts = {
'exchange': "\"XNAS\"",
'exchange': "XNAS",
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eTFs.getAllEtfs(opts).then(function(data) {
Expand Down Expand Up @@ -142,7 +142,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eTFs = new intrinioSDK.ETFsApi();

var identifier = "\"SPY\"";
var identifier = "SPY";


eTFs.getEtf(identifier).then(function(data) {
Expand Down Expand Up @@ -221,7 +221,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eTFs = new intrinioSDK.ETFsApi();

var identifier = "\"SPY\"";
var identifier = "SPY";


eTFs.getEtfAnalytics(identifier).then(function(data) {
Expand Down Expand Up @@ -300,12 +300,12 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eTFs = new intrinioSDK.ETFsApi();

var identifier = "\"SPY\"";
var identifier = "SPY";


var opts = {
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

eTFs.getEtfHoldings(identifier, opts).then(function(data) {
Expand Down Expand Up @@ -386,7 +386,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eTFs = new intrinioSDK.ETFsApi();

var identifier = "\"SPY\"";
var identifier = "SPY";


eTFs.getEtfStats(identifier).then(function(data) {
Expand Down Expand Up @@ -465,11 +465,11 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var eTFs = new intrinioSDK.ETFsApi();

var query = "\"iShares\"";
var query = "iShares";


var opts = {
'mode': "\"~null\""
'mode': null
};

eTFs.searchEtfs(query, opts).then(function(data) {
Expand Down
68 changes: 34 additions & 34 deletions docs/FilingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var filing = new intrinioSDK.FilingApi();

var opts = {
'company': "\"AAPL\"",
'reportType': "\"10-Q\"",
'startDate': new Date("\"2015-01-01\""),
'endDate': new Date("\"~null\""),
'industryCategory': "\"~null\"",
'industryGroup': "\"~null\"",
'theaEnabled': "~null",
'company': "AAPL",
'reportType': "10-Q",
'startDate': new Date("2015-01-01"),
'endDate': null,
'industryCategory': null,
'industryGroup': null,
'theaEnabled': null,
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

filing.getAllFilings(opts).then(function(data) {
Expand Down Expand Up @@ -160,14 +160,14 @@ intrinioSDK.ApiClient.instance.enableRetries = true;
var filing = new intrinioSDK.FilingApi();

var opts = {
'company': "\"AAPL\"",
'reportType': "\"10-Q\"",
'filingStartDate': new Date("\"~null\""),
'filingEndDate': new Date("\"~null\""),
'periodEndedStartDate': new Date("\"~null\""),
'periodEndedEndDate': new Date("\"~null\""),
'company': "AAPL",
'reportType': "10-Q",
'filingStartDate': null,
'filingEndDate': null,
'periodEndedStartDate': null,
'periodEndedEndDate': null,
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

filing.getAllNotes(opts).then(function(data) {
Expand Down Expand Up @@ -252,8 +252,8 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"fil_B73xBG\"";
var query = "\"What do they believe in?\"";
var identifier = "fil_B73xBG";
var query = "What do they believe in?";


filing.getFilingAnswers(identifier, query).then(function(data) {
Expand Down Expand Up @@ -333,7 +333,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var id = "\"fil_7Kn2P6\"";
var id = "fil_7Kn2P6";


filing.getFilingById(id).then(function(data) {
Expand Down Expand Up @@ -412,17 +412,17 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"fil_B73xBG\"";
var identifier = "fil_B73xBG";


var opts = {
'statementCode': "\"~null\"",
'type': "\"~null\"",
'fiscalYear': "~null",
'fiscalPeriod': "\"~null\"",
'startDate': new Date("\"~null\""),
'endDate': new Date("\"~null\""),
'nextPage': "\"~null\""
'statementCode': null,
'type': null,
'fiscalYear': null,
'fiscalPeriod': null,
'startDate': null,
'endDate': null,
'nextPage': null
};

filing.getFilingFundamentals(identifier, opts).then(function(data) {
Expand Down Expand Up @@ -508,7 +508,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"fil_B73xBG\"";
var identifier = "fil_B73xBG";


filing.getFilingHtml(identifier).then(function(data) {
Expand Down Expand Up @@ -586,7 +586,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"fil_B73xBG\"";
var identifier = "fil_B73xBG";


filing.getFilingText(identifier).then(function(data) {
Expand Down Expand Up @@ -665,7 +665,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"xbn_ydK3QL\"";
var identifier = "xbn_ydK3QL";


var opts = {
Expand Down Expand Up @@ -748,7 +748,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"xbn_ydK3QL\"";
var identifier = "xbn_ydK3QL";


filing.getNoteHtml(identifier).then(function(data) {
Expand Down Expand Up @@ -826,7 +826,7 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var identifier = "\"xbn_ydK3QL\"";
var identifier = "xbn_ydK3QL";


filing.getNoteText(identifier).then(function(data) {
Expand Down Expand Up @@ -905,12 +905,12 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var filing = new intrinioSDK.FilingApi();

var query = "\"inflation\"";
var query = "inflation";


var opts = {
'filingStartDate': new Date("\"2018-07-15\""),
'filingEndDate': new Date("\"2018-11-30\""),
'filingStartDate': new Date("2018-07-15"),
'filingEndDate': new Date("2018-11-30"),
'pageSize': 100
};

Expand Down
14 changes: 7 additions & 7 deletions docs/ForexApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,18 @@ intrinioSDK.ApiClient.instance.enableRetries = true;

var forex = new intrinioSDK.ForexApi();

var pair = "\"EURUSD\"";
var timeframe = "\"D1\"";
var pair = "EURUSD";
var timeframe = "D1";


var opts = {
'timezone': "UTC",
'startDate': new Date("\"2018-01-01\""),
'startTime': "\"~null\"",
'endDate': new Date("\"2019-01-01\""),
'endTime': "\"~null\"",
'startDate': new Date("2018-01-01"),
'startTime': null,
'endDate': new Date("2019-01-01"),
'endTime': null,
'pageSize': 100,
'nextPage': "\"~null\""
'nextPage': null
};

forex.getForexPrices(pair, timeframe, opts).then(function(data) {
Expand Down
Loading

0 comments on commit cb18d48

Please sign in to comment.