Hi,
Use python
I want to acquire a row in a row like an excel sheet,
but when I look at the acquisition result,
it is displayed as "¥" and it is displayed in the lower row.
Please help
Is there a solution?
Here is the code and the output result.
instruments=[
'1801.T',
],
fields = [
'TR.Cash',
'TR.CashAndEquivalents',
'TR.ShortTermInvestments',
'TR.CashAndSTInvestments',
'TR.AcctsReceivTradeGross',
'TR.ProvsnForDoubtfulAccts',
'TR.AcctsReceivTradeNet',
'TR.STNotesReceivable'
],
parameters = {
'CH' : 'In',
'SDate' : '1997-01-01',
'EDate' : '2018-12-31',
'DivPayType' :' SDI:SCA:CSA'
}
)