Hello.
I have a question about the resulting data retrieved by "ESTIMATES IBES V1 > GET SUMMARIES" in RKD.
"Measures": {
"Measure": [
{
"Code": "SAL",
"Name": "Revenue",
"Abbreviation": "SAL",
"IsPreferred": false,
"ReportingBasis": "Consolidated",
"ValueFormat": { ・・・ },
"Section": "Income Statement",
"PrecisionDetail": 2,
"PrecisionSummary": 2,
"Periods": {}
"Periods": [ ・・・
We are trying to put the "Measures" data into the DB.
(The "ValueFormat":{} and "Periods":{} will be stored in another table related to this one, so they are not relevant here.
I used "Code" as a key item, but the SAL will be duplicated.
Which item should I set as the key item to store the Measures correctly in the DB?
Please let me know.