- This topic has 2 replies, 2 voices, and was last updated 1 year ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Optuma Forums › Optuma Scripting › Market Cap Filter in Scanning Manager
Can you use a Market Cap filter (Fundamental Data field) in a Scan.
1 2 3 4 |
MC1=DATAFIELD(FEED=FD,FIELD=MarketCapitalization, LATESTONLY=True,); (MC1>=100,000,000) |
I am using the above to filter out stocks with Market Cap less than AUD 100 mil but I’m not getting any results displaying.
Tim
Hi Tim,
One thing to remember with the Market Cap information from Optuma Fundamental data is that it’s in units of one million. So 1 = 1,000,000.00. For your criteria you would need to set the value to 100 to filter out anything under 100 million.
1 2 3 |
DATAFIELD(FEED=FD, FIELD=MarketCapitalization) >= 100 |
Hi Matthew,
Thanks – I hadn’t picked that little nuance up before.
Makes a big difference.
Tim
Cookie | Duration | Description |
---|---|---|
cname | 14 days | This cookie is set by Optuma. The cookies is used to store the users campaign selection for selecting the correct version of Optuma to trial and is "Necessary". |
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |