PINE LIBRARY
업데이트됨 CEDEARData

Library "CEDEARData"
getUnderlying(cedearTicker)
Parameters:
cedearTicker (simple string)
getRatio(cedearTicker)
Parameters:
cedearTicker (simple string)
getCurrency(cedearTicker)
Parameters:
cedearTicker (simple string)
isValidCedear(cedearTicker)
Parameters:
cedearTicker (simple string)
getUnderlying(cedearTicker)
Parameters:
cedearTicker (simple string)
getRatio(cedearTicker)
Parameters:
cedearTicker (simple string)
getCurrency(cedearTicker)
Parameters:
cedearTicker (simple string)
isValidCedear(cedearTicker)
Parameters:
cedearTicker (simple string)
릴리즈 노트
v2릴리즈 노트
v3릴리즈 노트
v4Añadido:
getExchange(cedearTicker)
Returns the exchange for a given CEDEAR ticker
Parameters:
cedearTicker (simple string): (simple string) The CEDEAR ticker (e.g., "BCBA:AAPL")
Returns: (string) The exchange ("NYSE" or "NASDAQ") or empty string if not found
getDSuffix(arsTicker)
Returns the D-suffix (USD MEP) ticker for a given ARS CEDEAR ticker
Parameters:
arsTicker (simple string): (simple string) The ARS CEDEAR ticker (e.g., "BCBA:AAPL")
Returns: (string) The D-suffix ticker (e.g., "BCBA:AAPLD") or empty string if not found
getARSFromDSuffix(mepTicker)
Returns the ARS ticker for a given D-suffix (USD MEP) CEDEAR ticker
Parameters:
mepTicker (simple string): (simple string) The D-suffix CEDEAR ticker (e.g., "BCBA:AAPLD")
Returns: (string) The ARS ticker (e.g., "BCBA:AAPL") or empty string if not found
hasDSuffix(arsTicker)
Checks if an ARS ticker has a D-suffix counterpart
Parameters:
arsTicker (simple string): (simple string) The ARS CEDEAR ticker
Returns: (bool) True if D-suffix exists, false otherwise
getPairCount()
Returns the total number of ARS/MEP pairs available
Returns: (int) Number of pairs
getTotalCedears()
Returns the total number of CEDEARs in the database
Returns: (int) Total number of CEDEARs
getARSTickerAt(index)
Returns the ARS ticker at a specific index (for iteration)
Parameters:
index (int): (int) Index from 0 to getPairCount()-1
Returns: (string) The ARS ticker at that index or empty string if out of bounds
getMEPTickerAt(index)
Returns the MEP ticker at a specific index (for iteration)
Parameters:
index (int): (int) Index from 0 to getPairCount()-1
Returns: (string) The MEP ticker at that index or empty string if out of bounds
Actualizado:
getUnderlying(cedearTicker)
Returns the underlying ticker for a given CEDEAR ticker
Parameters:
cedearTicker (simple string): (simple string) The CEDEAR ticker (e.g., "BCBA:AAPL")
Returns: (string) The underlying ticker (e.g., "AAPL") or empty string if not found
getRatio(cedearTicker)
Returns the conversion ratio for a given CEDEAR ticker
Parameters:
cedearTicker (simple string): (simple string) The CEDEAR ticker (e.g., "BCBA:AAPL")
Returns: (int) The conversion ratio or 0 if not found
getCurrency(cedearTicker)
Returns the currency for a given CEDEAR ticker
Parameters:
cedearTicker (simple string): (simple string) The CEDEAR ticker (e.g., "BCBA:AAPL")
Returns: (string) The currency ("ARS" or "USD MEP") or empty string if not found
isValidCedear(cedearTicker)
Checks if a ticker is a valid CEDEAR
Parameters:
cedearTicker (simple string): (simple string) The ticker to check
Returns: (bool) True if valid CEDEAR, false otherwise
릴리즈 노트
v5릴리즈 노트
v6릴리즈 노트
v7---
**CEDEARData Library - CEDEAR Database for BYMA**
A comprehensive Pine Script library containing data for all CEDEARs traded on BYMA (Bolsas y Mercados Argentinos). Provides ticker information, conversion ratios, currency data, and ARS/MEP pair mappings.
**Data included:**
• 650 CEDEAR tickers (325 ARS + 325 USD MEP)
• 325 ARS/MEP trading pairs
• Underlying ticker symbols
• Conversion ratios
• Exchange information (NYSE/NASDAQ)
• Currency denomination (ARS/USD MEP)
**Exported Functions:**
• getUnderlying() - Returns underlying ticker for a CEDEAR
• getRatio() - Returns conversion ratio
• getCurrency() - Returns currency (ARS or USD MEP)
• getExchange() - Returns exchange (NYSE or NASDAQ)
• isValidCedear() - Validates if ticker exists
• getDSuffix() - Returns D-suffix ticker for ARS ticker
• getARSFromDSuffix() - Returns ARS ticker from D-suffix
• hasDSuffix() - Checks if ARS ticker has MEP pair
• getPairCount() - Returns total number of pairs (325)
• getTotalCedears() - Returns total tickers (650)
• getARSTickerAt() - Returns ARS ticker at index
• getMEPTickerAt() - Returns MEP ticker at index
**Usage:**
import EcoValores/CEDEARData/7
Eco Valores S.A. - ALyC 109/CNV
---
**Biblioteca de Datos de CEDEARs para BYMA**
Biblioteca completa de Pine Script con datos de todos los CEDEARs operados en BYMA. Provee informacion de tickers, ratios de conversion, moneda y mapeo de pares ARS/MEP.
**Datos incluidos:**
• 650 tickers de CEDEARs (325 ARS + 325 USD MEP)
• 325 pares de operacion ARS/MEP
• Simbolos subyacentes
• Ratios de conversion
• Bolsa de origen (NYSE/NASDAQ)
• Moneda de denominacion (ARS/USD MEP)
**Funciones Exportadas:**
• getUnderlying() - Retorna ticker subyacente
• getRatio() - Retorna ratio de conversion
• getCurrency() - Retorna moneda
• getExchange() - Retorna bolsa de origen
• isValidCedear() - Valida si existe el ticker
• getDSuffix() - Retorna ticker con sufijo D
• getARSFromDSuffix() - Retorna ticker ARS desde sufijo D
• hasDSuffix() - Verifica si tiene par MEP
• getPairCount() - Retorna cantidad de pares (325)
• getTotalCedears() - Retorna total de tickers (650)
• getARSTickerAt() - Retorna ticker ARS en indice
• getMEPTickerAt() - Retorna ticker MEP en indice
**Uso:**
import EcoValores/CEDEARData/7
Eco Valores S.A. - ALyC 109/CNV
---
릴리즈 노트
v8Actualizado:
getUnderlying(cedearTicker)
Parameters:
cedearTicker (simple string)
getRatio(cedearTicker)
Parameters:
cedearTicker (simple string)
getCurrency(cedearTicker)
Parameters:
cedearTicker (simple string)
isValidCedear(cedearTicker)
Parameters:
cedearTicker (simple string)
Eliminado:
getExchange(cedearTicker)
Returns the exchange for a given CEDEAR ticker
getDSuffix(arsTicker)
Returns the D-suffix (USD MEP) ticker for a given ARS CEDEAR ticker
getARSFromDSuffix(mepTicker)
Returns the ARS ticker for a given D-suffix (USD MEP) CEDEAR ticker
hasDSuffix(arsTicker)
Checks if an ARS ticker has a D-suffix counterpart
getPairCount()
Returns the total number of ARS/MEP pairs available
getTotalCedears()
Returns the total number of CEDEARs in the database
getARSTickerAt(index)
Returns the ARS ticker at a specific index (for iteration)
getMEPTickerAt(index)
Returns the MEP ticker at a specific index (for iteration)
릴리즈 노트
v9릴리즈 노트
v10파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
Eco Valores S.A.
Agente de Liquidación y Compensación (ALyC) n° 109/CNV
Agente de Colocación y Distribución Integral de Fondos Comunes de Inversión (ACyDI FCI) n°45/CNV.
Miembro de A3 Mercados S.A., MAV S.A. y Bolsas y Mercados Argentinos S.A. (ByMA).
Agente de Liquidación y Compensación (ALyC) n° 109/CNV
Agente de Colocación y Distribución Integral de Fondos Comunes de Inversión (ACyDI FCI) n°45/CNV.
Miembro de A3 Mercados S.A., MAV S.A. y Bolsas y Mercados Argentinos S.A. (ByMA).
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
Eco Valores S.A.
Agente de Liquidación y Compensación (ALyC) n° 109/CNV
Agente de Colocación y Distribución Integral de Fondos Comunes de Inversión (ACyDI FCI) n°45/CNV.
Miembro de A3 Mercados S.A., MAV S.A. y Bolsas y Mercados Argentinos S.A. (ByMA).
Agente de Liquidación y Compensación (ALyC) n° 109/CNV
Agente de Colocación y Distribución Integral de Fondos Comunes de Inversión (ACyDI FCI) n°45/CNV.
Miembro de A3 Mercados S.A., MAV S.A. y Bolsas y Mercados Argentinos S.A. (ByMA).
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.