File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public async Task GetSymbolChangesAsyncTests()
35
35
[ InlineData ( "GSM" ) ]
36
36
[ InlineData ( "AGS.BR" ) ]
37
37
[ InlineData ( "PPL.TO" ) ]
38
+ [ InlineData ( "CKN.L" ) ]
38
39
[ InlineData ( "TSLA" ) ]
39
40
[ InlineData ( "AAP" ) ]
40
41
[ InlineData ( "MTG" ) ]
@@ -178,6 +179,7 @@ public async Task GetEnterpriseValueQuarter(string symbol)
178
179
[ InlineData ( "GSM" ) ]
179
180
[ InlineData ( "BZZUY" ) ]
180
181
[ InlineData ( "MPW" ) ]
182
+ [ InlineData ( "RET.BR" ) ]
181
183
public async Task GetIncomeStatement ( string symbol )
182
184
{
183
185
var result = await api . GetIncomeStatementAsync ( symbol , Period . Annual , 10000 ) ;
@@ -253,6 +255,7 @@ public async Task GetCashFlowStatementPerQuarter(string symbol)
253
255
[ InlineData ( "MTG" ) ]
254
256
[ InlineData ( "GSM" ) ]
255
257
[ InlineData ( "BZZUY" ) ]
258
+ [ InlineData ( "XOM" ) ]
256
259
public async Task GetBalanceSheetStatement ( string symbol )
257
260
{
258
261
var result = await api . GetBalanceSheetStatementAsync ( symbol , Period . Annual , 10000 ) ;
You can’t perform that action at this time.
0 commit comments