Security price

Security Price:

RecordType;DBId;SecurityCode;StockExchange;StartDate;Price;ACPrice;ACCurrency
Nr Name Type Description
1 RecordType Long Type of object to import. 35 is for security price
2 DBId Long Database Id in DeMaSy. It is displayed in Utilities
3 SecurityCode Char(50) Code of security
4 StockExchange Char(50) Stock exchange code
5 StartDate Date/Time First day of price (format YYYYMMDD)
6 Price Double Security price value (amount for shares and percentage for bonds). The currency of the security price provided is always supposed to be the currency of the security
7 ACPrice Double Security price in another currency. If the security price is not provided in the currency of the security, the ACPrice and ACCurrency fields must be provided. Price field will be converted by DeMaSy using the available exchange rates.
8 ACCurrency Char(50) Currency (ISO code) in which the ACPrice is expressed.