API Support Forum
OEC API > API Support > Symbol Mapping
Author Topic: Symbol Mapping
(2 messages, Page 1 of 1)
Moderators: VPfau
PDavies541
Posts: 21
Joined: Feb 01, 2013


Posted: Sep 20, 2017 @ 09:42 AM             Msg. 1 of 2
In the OEC feed, some symbols are renamed. Like CL is GCL.

Is there a property available that gives us the original symbol or symbol root? The "CL" part?

I need it for mapping back to the symbols in my own database...

If not, are the mappings documented?

Cheers

Pete
Peter Davies
VPfau
Moderator
Posts: 154
Joined:


Posted: Sep 22, 2017 @ 10:01 AM             Msg. 2 of 2
CL is a base contract, GCL is part of a contract name.
Try `Contract.BaseSymbol`
Vitaliy Pfau