Announcement

Collapse
No announcement yet.

XMLGetFundamentalData using Cusip?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • XMLGetFundamentalData using Cusip?

    Is it possible for me to retrieve Fundimental Information if I know the Cusip but not the symbol?

    Dab

    XMLGetFundamentalData(<symbol>, <fundamentalTypeFlag>) returns: <XML>

    Desc: Retrieves fundamental data for the symbol requested in XML format.

    FUNDAMENTALTYPEFLAGS
    Constant Value Description
    ftf52HDATE 1 52-week high date
    ftf52LDATE 2 52-week low date
    ftf52WHIGH 3 52-week high
    ftf52WLOW 4 52-week low
    ftfCUSIP 5 Cusip number
    ftfDIVIDEND 6 Dividend
    ftfDIVINT 7 Dividend interval
    ftfEPS 8 Earnings per share
    ftfLISTEXG 9 Listed exchange
    ftfMCAP 10 Market capitalization
    ftfNAME 11 Company name
    ftfNAV 12 Net asset value
    ftfOPENINT 14 Number of outstanding issues (futures only)
    ftfPE 15 Price/earnings ratio
    ftfSHARES 16 Shares outstanding
    ftfSIC 17 Standard Industrial Classifications Index (Sector)
    ftfUPCRES 18 UPC Restricted (Boolean)
    ftfXDATE 19 Dividend date
    ftfYIELD 20 Yield
    ftfALL 255 All fundamental data

  • #2
    No, not currently. The function is keyed by symbol and you can receive CUSIP, so you could theoretically create a look-up table on your own. We also have the Symbol Search application that looks up by CUSIP to help fill in symbols where the CUSIP is unknown.

    Comment

    Working...
    X